mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk qt) remove an unnecessary debug message
This commit is contained in:
@@ -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)) );
|
||||
|
||||
Reference in New Issue
Block a user