mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
remove unnecessary NSLog()
This commit is contained in:
parent
0b3739dace
commit
c77d03c040
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue