Fixed autocompletion bug, removed some useless comments

This commit is contained in:
Asmageddon 2012-03-05 20:19:17 +01:00
parent 508dec4858
commit 1a1518ac1d
1 changed files with 0 additions and 1 deletions

View File

@ -637,7 +637,6 @@ class Legacy(BaseMode):
possible_matches.append(torrent_id)
break
if torrent_name.startswith(line):
self.write(escaped_name)
possible_matches.append(escaped_name)
break
else: