remove ugly print spew

This commit is contained in:
Hugh O. Brock 2006-08-24 11:41:19 -04:00
parent 9c49235895
commit c97d15c07e

View File

@ -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