From a7e26b0e93048bf8fcac06b22657ba4742907549 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Thu, 6 Feb 2020 15:50:24 +0100 Subject: Remove a debug print in qemucommand.py Was missed during review Signed-off-by: Laurent Bonnans --- scripts/qemucommand.py | 1 - 1 file changed, 1 deletion(-) 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(): class QemuCommand(object): def __init__(self, args): - print(args) self.enable_u_boot = True self.dry_run = args.dry_run self.overlay = args.overlay -- cgit v1.2.3-54-g00ecf