remove toVisit logging
This commit is contained in:
parent
9d2be7d972
commit
55b9e87b7e
@ -32,7 +32,7 @@ public class Pathfinder
|
|||||||
|
|
||||||
while (toVisit.Count > 0 && !stop)
|
while (toVisit.Count > 0 && !stop)
|
||||||
{
|
{
|
||||||
Console.WriteLine("toVisit-length: {0}", toVisit.Count);
|
//Console.WriteLine("toVisit-length: {0}", toVisit.Count);
|
||||||
closestNodeToGoal = toVisit.First();
|
closestNodeToGoal = toVisit.First();
|
||||||
foreach (OsmNode node in toVisit)
|
foreach (OsmNode node in toVisit)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user