diff options
-rw-r--r-- | light-client/src/game.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/light-client/src/game.rs b/light-client/src/game.rs index b35a15d7..b6bacf74 100644 --- a/light-client/src/game.rs +++ b/light-client/src/game.rs @@ -258,7 +258,6 @@ impl Game { impl Item { pub fn draw(&self, ctx: &mut SpriteRenderer, item_sprites: &[SpriteRect]) { - eprintln!("item {} at {}", self.kind.0, self.position); item_sprites[self.kind.0].draw_at(ctx, self.position) } } |