(trunk qt) remove an unnecessary debug message

This commit is contained in:
Jordan Lee 2011-07-30 13:19:28 +00:00
parent 8ae478a62f
commit 320bda5ca4
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ MyApp :: onTorrentsAdded( QSet<int> 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)) );