mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Removed some debug
- Bug fix when applying preferences (queueing)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user