mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
remove testing code
This commit is contained in:
@@ -2504,7 +2504,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
while ((torrent = [enumerator nextObject]))
|
||||
rate += upload ? [torrent uploadRate] : [torrent downloadRate];
|
||||
|
||||
return @"999.9 KB/s";
|
||||
return [NSString stringForSpeed: rate];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user