Skip to content

Commit cfeadde

Browse files
thejtastewartsmith
authored andcommitted
Remove duplicate cmdline args print in addons conditional
Signed-off-by: Jason Albert <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
1 parent e3c1a0c commit cfeadde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

OpTestConfiguration.py

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def objs(self):
193193
self.op_system = OpTestQemuSystem(host=host, bmc=bmc)
194194
# Check that the bmc_type exists in our loaded addons then create our objects
195195
elif self.args.bmc_type in optAddons:
196-
print repr(self.args)
197196
(bmc, self.op_system) = optAddons[self.args.bmc_type].createSystem(self, host)
198197
else:
199198
raise Exception("Unsupported BMC Type")

0 commit comments

Comments
 (0)