Remove a log.

This commit is contained in:
Mitchell Livingston 2006-07-23 21:30:52 +00:00
parent e5fc3b555e
commit f2ffb6698b
1 changed files with 0 additions and 2 deletions

View File

@ -187,13 +187,11 @@
NSEnumerator * enumerator = [tempTorrents objectEnumerator];
Torrent * torrent;
while ((torrent = [enumerator nextObject]))
{NSLog([[torrent name] lowercaseString]);
if ([[torrent name] caseInsensitiveCompare: text] != NSOrderedAscending)
{
[self selectRow: [fTorrents indexOfObject: torrent] byExtendingSelection: NO];
break;
}
}
//select last torrent alphabetically if no match found
if (!torrent)