Remove logging.

This commit is contained in:
Nolan Darilek 2021-10-06 07:39:15 -05:00
parent d43a4228fd
commit 78e9e8b680

View File

@ -289,7 +289,6 @@ fn negotiate_path(
} }
continue; continue;
} else { } else {
println!("Remove path1");
commands commands
.entity(entity) .entity(entity)
.remove::<Path>() .remove::<Path>()