Delete this line

This commit is contained in:
greg 2019-01-05 20:41:49 -08:00
parent 5491169d55
commit 78b454fb32
1 changed files with 0 additions and 1 deletions

View File

@ -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