FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-20980: RankedShortestPathAlgorithmBase writes to Console #115

Closed fubar-coder closed 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Thursday, 16 June 2011 05:16:14

Console.WriteLine("found shortest path {0}", path.Count);   This line appears in the above mentioned class and messes up my app somewhat.

fubar-coder commented 6 years ago

Form unknown CodePlex user on Monday, 14 November 2011 21:52:57

Resolved with changeset 63813.