Skip to content

Commit

Permalink
More debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas committed Oct 18, 2024
1 parent 9482476 commit 7ef4267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova_vm/src/heap/heap_gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ use crate::{
};

pub fn heap_gc(agent: &mut Agent, root_realms: &mut [Option<RealmIdentifier>]) {
println!("Performing GC");
let Agent {
heap,
execution_context_stack,
Expand Down

0 comments on commit 7ef4267

Please sign in to comment.