aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/new.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/new.py')
-rw-r--r--becommands/new.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/new.py b/becommands/new.py
index 5325ccc..af599d7 100644
--- a/becommands/new.py
+++ b/becommands/new.py
@@ -58,7 +58,6 @@ def execute(args, test=False):
bug.assigned = options.assigned
elif bd.default_assignee != None:
bug.assigned = bd.default_assignee
- bd.save()
print "Created bug with ID %s" % bd.bug_shortname(bug)
def get_parser():