소스 검색

Remove excess debugging command

Alois Mahdal 9 년 전
부모
커밋
509d45219c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/libexec/saturnin-ln

+ 1
- 1
src/libexec/saturnin-ln 파일 보기

@@ -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