From 7ef4267e0ffaaa1006ffd4009141f495117d7785 Mon Sep 17 00:00:00 2001 From: Aapo Alasuutari Date: Fri, 18 Oct 2024 15:40:49 +0300 Subject: [PATCH] More debug print --- nova_vm/src/heap/heap_gc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nova_vm/src/heap/heap_gc.rs b/nova_vm/src/heap/heap_gc.rs index f8af1ec6..db8b74a1 100644 --- a/nova_vm/src/heap/heap_gc.rs +++ b/nova_vm/src/heap/heap_gc.rs @@ -68,7 +68,6 @@ use crate::{ }; pub fn heap_gc(agent: &mut Agent, root_realms: &mut [Option]) { - println!("Performing GC"); let Agent { heap, execution_context_stack,