From 25e05e2cd18d232be586c19e74e4904732409395 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 28 Sep 2009 04:36:26 +0000 Subject: [PATCH] remove an NSLog() that snuck in --- macosx/TrackerCell.m | 2 -- 1 file changed, 2 deletions(-) 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