Explorar el Código

Remove excess debugging command

Alois Mahdal hace 9 años
padre
commit
509d45219c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/libexec/saturnin-ln

+ 1
- 1
src/libexec/saturnin-ln Ver fichero

@@ -39,7 +39,7 @@ link() {
39 39
 }
40 40
 
41 41
 load() {
42
-    saturnin conf -p ln.dir.$1 | expand_tilde | debug_pipe out
42
+    saturnin conf -p ln.dir.$1 | expand_tilde
43 43
 }
44 44
 
45 45
 while true; do case $1 in