From 78e9e8b680d70048f2bc33721a25cff9b697b3ee Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 6 Oct 2021 07:39:15 -0500 Subject: [PATCH] Remove logging. --- src/pathfinding.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pathfinding.rs b/src/pathfinding.rs index a6418c4..ccaba42 100644 --- a/src/pathfinding.rs +++ b/src/pathfinding.rs @@ -289,7 +289,6 @@ fn negotiate_path( } continue; } else { - println!("Remove path1"); commands .entity(entity) .remove::()