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 d441bfe..d79a7be 100644 --- a/becommands/remove.py +++ b/becommands/remove.py @@ -43,7 +43,6 @@ def execute(args, test=False): bd = bugdir.BugDir(from_disk=True, manipulate_encodings=not test) bug = bd.bug_from_shortname(args[0]) bd.remove_bug(bug) - bd.save() print "Removed bug %s" % bug.uuid def get_parser(): |