Delete this line
This commit is contained in:
@@ -35,7 +35,6 @@ impl Fold for RecursiveDescentFn {
|
||||
match result {
|
||||
Err(ParseError { token: None, msg }) => {
|
||||
let next_token_after_parse = self.token_handler.peek();
|
||||
println!("HERE? {:?}", next_token_after_parse);
|
||||
Err(ParseError { token: Some(next_token_after_parse), msg })
|
||||
},
|
||||
_ => result
|
||||
|
||||
Reference in New Issue
Block a user