diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index cb68632ca..5af9cf60e 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -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)