Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Feb 3, 2025
1 parent 0a8853f commit e43cb08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ fn parse<'a>(
p.next();
}

println!("{c:?}, {variants:?}, {:?}", p.peek());
let symbol = if variants.len() > 0 {
if let Some(c) = c {
variants.insert(0, ("", c));
Expand Down

0 comments on commit e43cb08

Please sign in to comment.