Skip to content

Commit

Permalink
how about I don't print every line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno02468 committed May 6, 2024
1 parent a5f6d4c commit 0c215d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion f06/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ impl OnePassParser {
}
buf.pop();
let line = String::from_utf8_lossy(&buf);
dbg!(&line);
match parser.consume(&line) {
ParserResponse::PassedToDecoder(bt, lr) if lr.abnormal() => warn!(
"Got abnormal response {:?} from {} while parsing line {}!",
Expand Down

0 comments on commit 0c215d0

Please sign in to comment.