Skip to content

Commit f78536c

Browse files
committed
remove debug println
1 parent 9299332 commit f78536c

File tree

1 file changed

+0
-1
lines changed
  • crates/wasmi/src/engine/translator/func2/stack

1 file changed

+0
-1
lines changed

crates/wasmi/src/engine/translator/func2/stack/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ impl Stack {
440440
///
441441
/// Returns `None` otherwise.
442442
pub fn consume_fuel_instr(&self) -> Option<Instr> {
443-
std::println!("self.controls = {:?}", self.controls);
444443
debug_assert!(!self.controls.is_empty());
445444
self.controls.get(0).consume_fuel_instr()
446445
}

0 commit comments

Comments
 (0)