Ver código fonte

Remove redundant debug info

subcommand (binary) and its arguments are both already is debug-shown
inside saturnin__runsc; cases when that does not get called are normally
not interesting.
Alois Mahdal 8 anos atrás
pai
commit
84d003e3a1
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0
    2
      src/shellfu/saturnin.sh

+ 0
- 2
src/shellfu/saturnin.sh Ver arquivo

@@ -73,9 +73,7 @@ saturnin__main() {
73 73
         *)              break;                          ;;
74 74
     esac done
75 75
     subcommand="$1"; shift
76
-    debug -v subcommand
77 76
     debug -v SHELLFU_PATH SATURNIN_LIBEXEC SHELLFU_INIGREP_PATH
78
-    debug "\$*='$*'"
79 77
     case "$subcommand" in
80 78
         conf)               inigrep "$@"    ;;
81 79
         help)               saturnin__help ;;