Skip to content

Commit

Permalink
fix: remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 3, 2024
1 parent 2dd561a commit 2a4fcbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/dojo/world/src/remote/events_to_remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a4fcbe

Please sign in to comment.