Skip to content

Commit

Permalink
Remove debug output (#19730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Oct 7, 2024
1 parent 6b67106 commit 8ecb26f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/sui-core/src/execution_cache/writeback_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ impl WritebackCache {
fn bulk_insert_genesis_objects_impl(&self, objects: &[Object]) -> SuiResult {
self.store.bulk_insert_genesis_objects(objects)?;
for obj in objects {
dbg!("invalidagted!", obj.id());
self.cached.object_cache.invalidate(&obj.id());
self.cached.object_by_id_cache.invalidate(&obj.id());
}
Expand Down

0 comments on commit 8ecb26f

Please sign in to comment.