diff --git a/macosx/TrackerCell.m b/macosx/TrackerCell.m index 2f61bb53e..f3ed994cd 100644 --- a/macosx/TrackerCell.m +++ b/macosx/TrackerCell.m @@ -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