Explorar el Código

Remove ini debugging

Too verbose; makes it hard to read the rest.
Alois Mahdal hace 9 años
padre
commit
f6e0ee4956
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/include/ini.sh

+ 0
- 1
src/include/ini.sh Ver fichero

@@ -111,7 +111,6 @@ ini() {
111 111
     local arg=$2
112 112
     local fn
113 113
     local limit=_ini_cat
114
-    debug_var op arg
115 114
     case $op in
116 115
         lskeys) fn=_ini_lskeys   ;;
117 116
         sec)    fn=_ini_grepsec  ;;