Skip to content

Commit

Permalink
fix: remove dbg (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Dec 3, 2024
1 parent 2dd561a commit e9f286c
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 e9f286c

Please sign in to comment.