Delete this line

This commit is contained in:
greg 2019-01-05 20:41:49 -08:00
parent 5491169d55
commit 78b454fb32

View File

@ -35,7 +35,6 @@ impl Fold for RecursiveDescentFn {
match result { match result {
Err(ParseError { token: None, msg }) => { Err(ParseError { token: None, msg }) => {
let next_token_after_parse = self.token_handler.peek(); let next_token_after_parse = self.token_handler.peek();
println!("HERE? {:?}", next_token_after_parse);
Err(ParseError { token: Some(next_token_after_parse), msg }) Err(ParseError { token: Some(next_token_after_parse), msg })
}, },
_ => result _ => result