summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs
index e3ca0635..0a40a13e 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -222,7 +222,6 @@ fn opaque_decl(ctx: &mut ClangParserCtx, decl: &Cursor) {
}
let name = decl_name(ctx, decl);
- println!("{:?}", name);
ctx.current_module_mut().globals.push(name);
}