mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +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]];
|
||||
if (visibleRows.length == 0){NSLog(@"asdgshs");
|
||||
return;}
|
||||
if (visibleRows.length == 0)
|
||||
return;
|
||||
|
||||
int col = [self columnWithIdentifier: @"Priority"];
|
||||
NSTrackingAreaOptions options = NSTrackingEnabledDuringMouseDrag | NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways;
|
||||
|
|
Loading…
Reference in a new issue