Skip to content

Commit

Permalink
Remove duplicate cmdline args print in addons conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Albert <[email protected]>
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
thejta authored and stewartsmith committed Aug 18, 2017
1 parent e3c1a0c commit cfeadde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpTestConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def objs(self):
self.op_system = OpTestQemuSystem(host=host, bmc=bmc)
# Check that the bmc_type exists in our loaded addons then create our objects
elif self.args.bmc_type in optAddons:
print repr(self.args)
(bmc, self.op_system) = optAddons[self.args.bmc_type].createSystem(self, host)
else:
raise Exception("Unsupported BMC Type")
Expand Down

0 comments on commit cfeadde

Please sign in to comment.