From 3ac2dc4abaeedea61c3a60bd5c4ae11166d8b188 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 29 Jun 2024 20:41:19 +0200 Subject: remove old debug print --- server/src/customer/pathfinding.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'server/src') diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs index 73999e0c..577b942c 100644 --- a/server/src/customer/pathfinding.rs +++ b/server/src/customer/pathfinding.rs @@ -73,7 +73,6 @@ pub fn find_path(walkable: &HashSet, from: IVec2, to: IVec2) -> Option