Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 8ace8ba

Browse files
authored
that println shouldn't have made it (#574)
1 parent 6b0aeee commit 8ace8ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lucetc/src/function.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ fn get_trampoline_func(
290290
Entry::Occupied(o) => o.get().0,
291291
Entry::Vacant(v) => {
292292
let trampoline_name = format!("trampoline_{}", func_decl.name.symbol());
293-
println!("declaring trampoline {}", trampoline_name);
294293

295294
let funcid =
296295
clif_module.declare_function(&trampoline_name, Linkage::Local, signature)?;

0 commit comments

Comments
 (0)