浏览代码

Remove excess debugging command

Alois Mahdal 10 年前
父节点
当前提交
509d45219c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/libexec/saturnin-ln

+ 1
- 1
src/libexec/saturnin-ln 查看文件

39
 }
39
 }
40
 
40
 
41
 load() {
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
 while true; do case $1 in
45
 while true; do case $1 in