From de0e80c2dcca9326f93f6ffca3d74e1875e0e8ba Mon Sep 17 00:00:00 2001 From: Arkitu <85173315+Arkitu@users.noreply.github.com> Date: Wed, 23 Jul 2025 18:39:31 +0200 Subject: [PATCH] remove dbg --- src/map/cells/grow.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/cells/grow.rs b/src/map/cells/grow.rs index 796796d..b8acb91 100644 --- a/src/map/cells/grow.rs +++ b/src/map/cells/grow.rs @@ -65,7 +65,6 @@ fn rx_chunks_updates( && !matches!(cell.kind, CellKind::Forest { .. }) { // Spawn tree - dbg!("spawn tree"); cmds.spawn(( SceneRoot( asset_server