Skip to content

Commit b03088c

Browse files
committed
Remove annoying debug log
- Ultimatly this log will remain but with a configurable logger
1 parent b743c97 commit b03088c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ fn run_full_cmd(process: &mut Process, pipe_last: bool) -> Result<(Child, String
317317
full_cmd_str += &format!(" (cd: {})", dir);
318318
cmd.current_dir(dir);
319319
}
320-
info!("Running \"{}\" ...", full_cmd_str);
321320

322321
let mut last_proc = cmd
323322
.args(&first_cmd[1..])

0 commit comments

Comments
 (0)