Skip to content

Commit e5f3d1c

Browse files
committed
clean up
1 parent e5bf0fc commit e5f3d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ impl<'a> Parser<'a> {
418418

419419
let colno = col.chars().count();
420420

421-
println!("buffer {:?}", self.buffer.iter().map(|c| *c as char).collect::<Vec<char>>());
422421
Err(Error::UnexpectedCharacter {
423422
ch: ch,
424423
line: lineno + 1,

0 commit comments

Comments
 (0)