From 320bda5ca48ecc129d0cb3df325ab8739817b86f Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sat, 30 Jul 2011 13:19:28 +0000 Subject: [PATCH] (trunk qt) remove an unnecessary debug message --- qt/app.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/app.cc b/qt/app.cc index 795d25ff7..9d2ff70bd 100644 --- a/qt/app.cc +++ b/qt/app.cc @@ -265,7 +265,6 @@ MyApp :: onTorrentsAdded( QSet torrents ) foreach( int id, torrents ) { Torrent * tor = myModel->getTorrentFromId( id ); - std::cerr << "torrent added: " << qPrintable(tor->name()) << std::endl; if( tor->name().isEmpty( ) ) // wait until the torrent's INFO fields are loaded connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onNewTorrentChanged(int)) );