Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Oct 15, 2012
1 parent ebf589d commit 681cf08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/mchconsole
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class RemoteLuaCompleter(object):
obj, suffix = re.split(r'[.:]', text, 1)
self.matches = self.attr_matches(obj, suffix, text[len(obj)] == ':')
except ValueError:
import traceback
traceback.print_exc()
self.matches = self.global_matches(text)
try:
return self.matches[state]
Expand Down

0 comments on commit 681cf08

Please sign in to comment.