no printlns

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-05 15:20:03 -07:00
parent 1da4667f5b
commit ff10275823
2 changed files with 0 additions and 2 deletions

View File

@ -823,7 +823,6 @@ impl ExecutorContext {
exec_state.global.module_infos[&module_id].restore_repr(repr);
}
Err(e) => {
println!("Error in module {:?}: {e}", module_path);
let module_id_to_module_path: IndexMap<ModuleId, ModulePath> = exec_state
.global
.path_to_source_id