diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2020-02-06 15:50:24 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-28 13:43:12 +0100 |
commit | 0bc25f1619014bd1fa4bbade272dc22c71145433 (patch) | |
tree | 097de62ec59fec6c7dd93f1b28809be9ffa4d15e /scripts | |
parent | 250b85a52f73b30af59c77b48228ef2f6e6fb028 (diff) | |
download | meta-updater-0bc25f1619014bd1fa4bbade272dc22c71145433.tar.gz |
Remove a debug print in qemucommand.py
Was missed during review
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/qemucommand.py | 1 |
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 | ||
41 | class QemuCommand(object): | 41 | class 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 |