Update.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 23 Aug 2012 05:24:12 +0000 (22:24 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 23 Aug 2012 05:24:12 +0000 (22:24 -0700)
mtp_graph.cc

index f94cec7..7167cf6 100644 (file)
@@ -262,7 +262,6 @@ void MTPGraph::find_shortest_path(Vertex **_front, Vertex **_new_front) {
     tmp_front_size = _new_front_size;
     _new_front_size = _front_size;
     _front_size = tmp_front_size;
-    cout << "_front_size = " << _front_size << endl;
   } while(_front_size > 0);
 }