1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00

remove testing code

This commit is contained in:
Mitchell Livingston 2008-02-19 02:00:06 +00:00
parent d17cb50d25
commit bb8782db3a

View file

@ -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];
}
}