From 2a4fcbe8442e2834ed4f4c2c53fc03922d1198f2 Mon Sep 17 00:00:00 2001 From: glihm Date: Tue, 3 Dec 2024 11:39:49 -0600 Subject: [PATCH] fix: remove dbg --- crates/dojo/world/src/remote/events_to_remote.rs | 1 - 1 file changed, 1 deletion(-) 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 {