- removed some useless debug

This commit is contained in:
Christophe Dumez 2007-07-29 14:58:18 +00:00
parent dbc084dd66
commit c19937cf98
2 changed files with 0 additions and 12 deletions

View file

@ -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());
}
}