From: Francois Fleuret Date: Thu, 23 Aug 2012 05:24:12 +0000 (-0700) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=72a428f6024a6a3f84526020f28cfa3a200d0f24 Update. --- diff --git a/mtp_graph.cc b/mtp_graph.cc index f94cec7..7167cf6 100644 --- a/mtp_graph.cc +++ b/mtp_graph.cc @@ -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); }