mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
remove testing code
This commit is contained in:
parent
d17cb50d25
commit
bb8782db3a
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue