Remove debug.
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Oct 2012 00:42:47 +0000 (01:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Oct 2012 00:42:47 +0000 (01:42 +0100)
src/tools/makedcp.cc

index 23b68148d30f9e71bc27955bf48ec61dd16b38a1..03e85e995871c1663741acab18f6b7d8f8ca2292 100644 (file)
@@ -196,12 +196,10 @@ main (int argc, char* argv[])
                        }
 
                        if (!(*i)->finished ()) {
-                               cout << (*i)->name() << " not finished.\n";
                                ++unfinished;
                        }
 
                        if ((*i)->finished_in_error ()) {
-                               cout << (*i)->name() << " finished in error.\n";
                                ++finished_in_error;
                        }