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
1 changed files with 0 additions and 2 deletions

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