2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Removed unnecessary cerr.
	* src/DownloadEngine.cc
pull/1/head
Tatsuhiro Tsujikawa 2008-02-05 14:16:58 +00:00
parent bdb1a25ca7
commit 7b0a940ab4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed unnecessary cerr.
* src/DownloadEngine.cc
2008-02-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Catch exception inside DHTMessageReceiver::receiveMessage().

View File

@ -135,7 +135,6 @@ void DownloadEngine::run() {
noWait = false;
calculateStatistics();
}
cerr << commands.size() << endl;
onEndOfRun();
}