Update.
[mtp.git] / 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);
 }