summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2020-02-06 15:50:24 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2020-02-28 13:43:14 +0100
commitbaa3dd03a9d543ddfe8a62f2e8886de49fbd9c14 (patch)
treecd1aa5aeb11151c78f5e8bfca2388b6022f62400
parent0469dcd8407cf427d82a57524adf26f61ab5125a (diff)
downloadmeta-updater-baa3dd03a9d543ddfe8a62f2e8886de49fbd9c14.tar.gz
Remove a debug print in qemucommand.py
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