summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2020-02-06 17:47:59 +0100
committerGitHub <noreply@github.com>2020-02-06 17:47:59 +0100
commit24d225af5f7b6e061a1e2e7da5c9b1926e93f62a (patch)
treeece31199c4466eddb7895e9b4f13565732d080f9
parent6a729a682801817c1c18d18cdf1af5961322cfac (diff)
parenta7e26b0e93048bf8fcac06b22657ba4742907549 (diff)
downloadmeta-updater-24d225af5f7b6e061a1e2e7da5c9b1926e93f62a.tar.gz
Merge pull request #677 from advancedtelematic/fix/rm-debug-print
Remove a debug print in qemucommand.py
-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