1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-03-09 18:30:06 +01:00

Commented out unnecessary logging for release

This commit is contained in:
Rich Dunne 2020-10-15 14:52:50 -06:00
parent 8bbb30e072
commit 7ee307f8e6
6 changed files with 23 additions and 22 deletions

View file

@ -250,7 +250,7 @@ namespace SceneManager
foreach (Waypoint wp in currentPath.Waypoints)
{
wp.Number = currentPath.Waypoints.IndexOf(wp) + 1;
Logger.Log($"Waypoint at index {currentPath.Waypoints.IndexOf(wp)} is now waypoint #{wp.Number}");
//Logger.Log($"Waypoint at index {currentPath.Waypoints.IndexOf(wp)} is now waypoint #{wp.Number}");
}
editWaypointMenu.Clear();