mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- removed some useless debug
This commit is contained in:
@@ -107,8 +107,6 @@ void FinishedTorrents::addFinishedSHA(QString hash){
|
||||
// Update the number of finished torrents
|
||||
++nbFinished;
|
||||
((GUI*)parent)->setTabText(1, tr("Finished") +" ("+QString(misc::toString(nbFinished).c_str())+")");
|
||||
} else {
|
||||
qDebug("Problem: this torrent (%s) has finished twice...", hash.toStdString().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user