Skip to content

Commit c769d1b

Browse files
committed
parser: Remove old debug println!
1 parent ea14bb1 commit c769d1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ fn opaque_decl(ctx: &mut ClangParserCtx, decl: &Cursor) {
222222
}
223223

224224
let name = decl_name(ctx, decl);
225-
println!("{:?}", name);
226225
ctx.current_module_mut().globals.push(name);
227226
}
228227

0 commit comments

Comments
 (0)