Skip to content

Commit

Permalink
Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Feb 2, 2022
1 parent 484967f commit dcb0eab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/ast/src/parser/rule/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ where Error: ParseError<Input<'a>> {

let (i, expr_elements) = rule! { #expr_element_limited+ }(i)?;

dbg!(&expr_elements);

let mut iter = expr_elements.into_iter();
let expr = ExprParser
.parse(&mut iter)
Expand Down

0 comments on commit dcb0eab

Please sign in to comment.