diff options
Diffstat (limited to 'becommands/remove.py')
-rw-r--r-- | becommands/remove.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/remove.py b/becommands/remove.py index d6ba999..884b792 100644 --- a/becommands/remove.py +++ b/becommands/remove.py @@ -44,7 +44,6 @@ def execute(args, manipulate_encodings=True): manipulate_encodings=manipulate_encodings) bug = bd.bug_from_shortname(args[0]) bd.remove_bug(bug) - bd.save() print "Removed bug %s" % bug.uuid def get_parser(): |