Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jul 5, 2024
1 parent a19d1a9 commit 0099fb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/katana/runner/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ pub fn listen_to_stdout(log_file: &Path, stdout: ChildStdout) {
for line in reader.lines() {
let line = line.expect("failed to read line from subprocess stdout");
writeln!(log_writer, "{}", line).expect("failed to write to log file");

// if line.contains(r#""target":"katana::cli""#) {
// sender.send(()).expect("failed to send start signal");
// }
}
}

0 comments on commit 0099fb9

Please sign in to comment.