diff options
Diffstat (limited to 'rust/src/parser.rs')
| -rw-r--r-- | rust/src/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/parser.rs b/rust/src/parser.rs index b065ec3..23a512b 100644 --- a/rust/src/parser.rs +++ b/rust/src/parser.rs @@ -76,7 +76,6 @@ fn parse_definition(parser: &mut Parser) -> Result<Value, String> { parser.backtrack(); e.to_string() })?; - println!("parser {:?}", parser); let var = parse_variable(parser)?; let body = parse_expression(parser)?; parser.expect(Token::RParen)?; |
