Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Aug 19, 2022
1 parent 00ccf40 commit 22e584c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ impl CodeInfo {
aline += 1
};
self.current += 1;
println!("{}", self.peek(0));
}
if self.ended() {
self.warning("Unterminated string");
Expand Down

0 comments on commit 22e584c

Please sign in to comment.