mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
remove ugly print spew
This commit is contained in:
parent
9c49235895
commit
c97d15c07e
@ -677,10 +677,7 @@ class vmmCreate(gobject.GObject):
|
||||
if dev.GetPropertyBoolean("volume.is_disc") and \
|
||||
dev.GetPropertyBoolean("volume.disc.has_data") and \
|
||||
dev.GetPropertyBoolean("volume.is_mounted"):
|
||||
print " " + dev.GetProperty("volume.mount_point")
|
||||
optical_device_list.append(dev.GetProperty("volume.mount_point"))
|
||||
else:
|
||||
print " Device " + d + " is not an optical disc with data."
|
||||
return optical_device_list
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user