From 63da39e0059aa5d19ae7704192a7e09326709bbf Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sun, 5 Feb 2012 13:19:03 +0100 Subject: [PATCH] Remove redefinition of function Probably the result of a bad merge --- weboob/applications/boobtracker/boobtracker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/weboob/applications/boobtracker/boobtracker.py b/weboob/applications/boobtracker/boobtracker.py index 8cf27873..734aa6ad 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -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