aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/target.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/target.py')
-rw-r--r--becommands/target.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/target.py b/becommands/target.py
index 66bacb8..541918c 100644
--- a/becommands/target.py
+++ b/becommands/target.py
@@ -66,7 +66,6 @@ def execute(args, manipulate_encodings=True):
bug.target = None
else:
bug.target = args[1]
- bd.save()
def get_parser():
parser = cmdutil.CmdOptionParser("be target BUG-ID [TARGET]\nor: be target --list")