- Removed some debug

- Updated TODO
This commit is contained in:
Christophe Dumez 2007-07-12 13:38:40 +00:00
parent a5b8d3c730
commit a4371e7f55
2 changed files with 7 additions and 10 deletions

View file

@ -474,7 +474,7 @@ void bittorrent::loadFilesPriorities(torrent_handle &h){
if( priority < 0 || priority > 7){
priority = 1;
}
qDebug("Setting piece piority to %d", priority);
//qDebug("Setting piece piority to %d", priority);
v.push_back(priority);
}
h.prioritize_files(v);