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:
parent
5ea8b6a77a
commit
25e05e2cd1
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue