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