diff --git a/rts/motoko-rts/src/gc.rs b/rts/motoko-rts/src/gc.rs index c231b9b995f..8e83524b895 100644 --- a/rts/motoko-rts/src/gc.rs +++ b/rts/motoko-rts/src/gc.rs @@ -418,6 +418,4 @@ pub unsafe extern "C" fn collect() { bytes_to_words(Bytes((end_to_space - new_hp) as u32)), 0, ); - - crate::debug::dump_heap(); // TODO (osa): The test 'life' fails if I remove this line?!?!?! }