remove unnecessary NSLog()

This commit is contained in:
Mitchell Livingston 2008-01-12 03:54:00 +00:00
parent 0b3739dace
commit c77d03c040
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@
} }
NSRange visibleRows = [self rowsInRect: [self visibleRect]]; NSRange visibleRows = [self rowsInRect: [self visibleRect]];
if (visibleRows.length == 0){NSLog(@"asdgshs"); if (visibleRows.length == 0)
return;} return;
int col = [self columnWithIdentifier: @"Priority"]; int col = [self columnWithIdentifier: @"Priority"];
NSTrackingAreaOptions options = NSTrackingEnabledDuringMouseDrag | NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways; NSTrackingAreaOptions options = NSTrackingEnabledDuringMouseDrag | NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways;