diff --git a/crates/dojo/world/src/remote/events_to_remote.rs b/crates/dojo/world/src/remote/events_to_remote.rs index f8a9a998f7..38ca1143f5 100644 --- a/crates/dojo/world/src/remote/events_to_remote.rs +++ b/crates/dojo/world/src/remote/events_to_remote.rs @@ -253,7 +253,6 @@ impl WorldRemote { trace!(?e, "Owner updated."); } WorldEvent::MetadataUpdate(e) => { - dbg!("metadata", &e); if e.resource == WORLD { self.metadata_hash = e.hash; } else {