Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jan 21, 2025
1 parent ee104e6 commit 0df10dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/src/conversion/codegen_rs/fun_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ pub(super) fn gen_function(
}
let cxxbridge_name = analysis.cxxbridge_name;
let rust_name = &analysis.rust_name;
eprintln!("GENERATING {rust_name}");
let ret_type = analysis.ret_type;
let ret_conversion = analysis.ret_conversion;
let param_details = analysis.param_details;
Expand Down

0 comments on commit 0df10dc

Please sign in to comment.