diff options
author | lbonn <lbonn@users.noreply.github.com> | 2020-02-06 17:47:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 17:47:59 +0100 |
commit | 24d225af5f7b6e061a1e2e7da5c9b1926e93f62a (patch) | |
tree | ece31199c4466eddb7895e9b4f13565732d080f9 /scripts | |
parent | 6a729a682801817c1c18d18cdf1af5961322cfac (diff) | |
parent | a7e26b0e93048bf8fcac06b22657ba4742907549 (diff) | |
download | meta-updater-24d225af5f7b6e061a1e2e7da5c9b1926e93f62a.tar.gz |
Merge pull request #677 from advancedtelematic/fix/rm-debug-print
Remove a debug print in qemucommand.py
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 |