comment out an nslog i was using for testing

This commit is contained in:
Mitchell Livingston 2007-05-16 03:57:28 +00:00
parent 8705d4326f
commit 0fde32ead5
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@
if ((useSecond = ![[descriptor key] isEqualToString: @"IP"]))
{
#warning different for different sorts
NSLog(@"%@", [[fPeerTable highlightedTableColumn] identifier]);
//NSLog(@"%@", [[fPeerTable highlightedTableColumn] identifier]);
asc = [descriptor ascending];
}