1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

remove an NSLog() that snuck in

This commit is contained in:
Mitchell Livingston 2009-09-28 04:36:26 +00:00
parent 5ea8b6a77a
commit 25e05e2cd1

View file

@ -144,8 +144,6 @@ NSMutableSet * fTrackerIconLoading;
NSAttributedString * lastScrapeString = [self attributedStatusWithString: [node lastScrapeStatusString] color: statusColor];
NSRect lastScrapeRect = [self rectForStatusWithString: lastScrapeString withAboveRect: nextAnnounceRect inBounds: cellFrame];
[lastScrapeString drawInRect: lastScrapeRect];
NSLog(@"%f", NSMaxY(lastScrapeRect)-NSMinY(cellFrame));
}
@end