mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- removed some useless debug
This commit is contained in:
parent
dbc084dd66
commit
c19937cf98
2 changed files with 0 additions and 12 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue