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)) );