mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Remove stray println.
This commit is contained in:
parent
53c7e620c9
commit
b9f80bf2c6
@ -379,7 +379,6 @@ impl<'input> Tokenizer<'input> {
|
||||
// for a suitable terminator: `,`, `;`, `]`, `}`, or `)`.
|
||||
let mut balance = 0; // number of unclosed `(` etc
|
||||
loop {
|
||||
println!("code: balance={:?} self.lookahead={:?}", balance, self.lookahead);
|
||||
if let Some((idx, c)) = self.lookahead {
|
||||
if c == '"' {
|
||||
self.bump();
|
||||
|
Loading…
x
Reference in New Issue
Block a user