mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
comment out an nslog i was using for testing
This commit is contained in:
parent
8705d4326f
commit
0fde32ead5
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@
|
||||||
if ((useSecond = ![[descriptor key] isEqualToString: @"IP"]))
|
if ((useSecond = ![[descriptor key] isEqualToString: @"IP"]))
|
||||||
{
|
{
|
||||||
#warning different for different sorts
|
#warning different for different sorts
|
||||||
NSLog(@"%@", [[fPeerTable highlightedTableColumn] identifier]);
|
//NSLog(@"%@", [[fPeerTable highlightedTableColumn] identifier]);
|
||||||
|
|
||||||
asc = [descriptor ascending];
|
asc = [descriptor ascending];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue