Skip to content

Commit 0df10dc

Browse files
committed
Remove logging.
1 parent ee104e6 commit 0df10dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/src/conversion/codegen_rs/fun_codegen.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ pub(super) fn gen_function(
9696
}
9797
let cxxbridge_name = analysis.cxxbridge_name;
9898
let rust_name = &analysis.rust_name;
99-
eprintln!("GENERATING {rust_name}");
10099
let ret_type = analysis.ret_type;
101100
let ret_conversion = analysis.ret_conversion;
102101
let param_details = analysis.param_details;

0 commit comments

Comments
 (0)