diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs index bb039dbccc97e7707b8108ff31d0b73c5527b785..333f3e860354847eacb74b10880d7ff759dd1e82 100644 --- a/src/runtime2/mod.rs +++ b/src/runtime2/mod.rs @@ -431,7 +431,7 @@ impl ConnectorStore { } } - println!("DEBUG [ global store ] Created component at {}", key.index); + // println!("DEBUG [ global store ] Created component at {}", key.index); return key; } @@ -444,7 +444,7 @@ impl ConnectorStore { // Note: but not deallocating! } - println!("DEBUG [ global store ] Destroyed component at {}", key.index); + // println!("DEBUG [ global store ] Destroyed component at {}", key.index); self.free.push(key.index as usize); } }