Skip to content

Commit b0e7dcd

Browse files
refactor: Remove unused print in execution tests (dfinity#3729)
1 parent 86edaa2 commit b0e7dcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rs/execution_environment/src/execution_environment/tests/canister_task.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,6 @@ fn on_low_wasm_memory_is_not_executed_after_upgrade_if_condition_becomes_unsatis
12081208
test.execution_state(canister_id).wasm_memory.size,
12091209
NumWasmPages::new(7)
12101210
);
1211-
println!("canister upgrade");
12121211

12131212
let result = test.upgrade_canister_v2(
12141213
canister_id,
@@ -1219,7 +1218,6 @@ fn on_low_wasm_memory_is_not_executed_after_upgrade_if_condition_becomes_unsatis
12191218
},
12201219
);
12211220
assert_eq!(result, Ok(()));
1222-
println!("canister upgrade");
12231221

12241222
// Upgrade is executed, and the wasm_memory size reset to 1.
12251223
// Hook condition is not triggered.

0 commit comments

Comments
 (0)