details: Remove some debug printing

This commit is contained in:
Cole Robinson 2017-03-22 12:28:04 -04:00
parent a86c119e1c
commit cfc4e903b7

View File

@ -240,8 +240,6 @@ def _label_for_device(dev):
if devtype == "rng":
label = _("RNG")
if dev.device:
print "dev device='%s'" % dev.device
print dev.get_xml_config()
label += (" %s" % dev.device)
return label
if devtype == "tpm":