- Removed some debug

- Bug fix when applying preferences (queueing)
This commit is contained in:
Christophe Dumez 2008-07-15 18:18:59 +00:00
parent 5fef86ec18
commit 4be0cbd2e4
2 changed files with 8 additions and 8 deletions

View file

@ -345,7 +345,6 @@ int bittorrent::getDlTorrentPriority(QString hash) const {
int bittorrent::getUpTorrentPriority(QString hash) const {
Q_ASSERT(uploadQueue != 0);
qDebug("priority: %d", uploadQueue->indexOf(hash));
return uploadQueue->indexOf(hash);
}