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:
parent
8bbb30e072
commit
7ee307f8e6
6 changed files with 23 additions and 22 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue