Skip to content

Commit e43cb08

Browse files
committed
Remove print statement
1 parent 0a8853f commit e43cb08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ fn parse<'a>(
149149
p.next();
150150
}
151151

152-
println!("{c:?}, {variants:?}, {:?}", p.peek());
153152
let symbol = if variants.len() > 0 {
154153
if let Some(c) = c {
155154
variants.insert(0, ("", c));

0 commit comments

Comments
 (0)