summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2020-02-06 15:50:24 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2020-02-06 15:50:24 +0100
commita7e26b0e93048bf8fcac06b22657ba4742907549 (patch)
tree5f91fb0d42f0582384e864721499b1310b014cdc
parentf3c2623373b17dac7cac341d23d5b0f52307d2c0 (diff)
downloadmeta-updater-fix/rm-debug-print.tar.gz
Remove a debug print in qemucommand.pyfix/rm-debug-print
Was missed during review Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--scripts/qemucommand.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index 86b5b9f..30929ac 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -40,7 +40,6 @@ def random_mac():
40 40
41class QemuCommand(object): 41class QemuCommand(object):
42 def __init__(self, args): 42 def __init__(self, args):
43 print(args)
44 self.enable_u_boot = True 43 self.enable_u_boot = True
45 self.dry_run = args.dry_run 44 self.dry_run = args.dry_run
46 self.overlay = args.overlay 45 self.overlay = args.overlay