Remove redefinition of function
Probably the result of a bad merge
This commit is contained in:
parent
9305df412d
commit
63da39e005
1 changed files with 0 additions and 5 deletions
|
|
@ -207,11 +207,6 @@ class BoobTracker(ReplApplication):
|
||||||
|
|
||||||
self.do('update_issue', id, update, backends=backend_name).wait()
|
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):
|
def do_remove(self, line):
|
||||||
"""
|
"""
|
||||||
remove ISSUE
|
remove ISSUE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue