Remove redefinition of function

Probably the result of a bad merge
This commit is contained in:
Laurent Bachelier 2012-02-05 13:19:03 +01:00
commit 63da39e005

View file

@ -207,11 +207,6 @@ class BoobTracker(ReplApplication):
self.do('update_issue', id, update, backends=backend_name).wait()
def complete_remove(self, text, line, *ignored):
args = line.split(' ')
if len(args) == 2:
return self._complete_object()
def do_remove(self, line):
"""
remove ISSUE