diff --git a/src/runtime/mod.rs b/src/runtime/mod.rs index 58df7c21a5e9985f55c09a7988f0e6649b6ebd6a..2ff16486774492e9c9cb88948d50266620a77446 100644 --- a/src/runtime/mod.rs +++ b/src/runtime/mod.rs @@ -592,7 +592,6 @@ impl ConnectorStore { } } - println!("DEBUG [ global store ] Created component at {}", key.index); return key; } @@ -606,7 +605,6 @@ impl ConnectorStore { // Note: but not deallocating! } - println!("DEBUG [ global store ] Destroyed component at {}", key.index); self.free.push(key.index as usize); } }