mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
create: Remove some leftover debug prints
This commit is contained in:
parent
bb62a0f7a4
commit
477e82b35a
@ -747,7 +747,6 @@ class vmmCreate(vmmGObjectUI):
|
|||||||
model.append([label, gtype])
|
model.append([label, gtype])
|
||||||
|
|
||||||
show = bool(len(model))
|
show = bool(len(model))
|
||||||
print "showing xen default=%s" % default
|
|
||||||
uiutil.set_grid_row_visible(self.widget("xen-type"), show)
|
uiutil.set_grid_row_visible(self.widget("xen-type"), show)
|
||||||
if show:
|
if show:
|
||||||
self.widget("xen-type").set_active(default)
|
self.widget("xen-type").set_active(default)
|
||||||
@ -1281,7 +1280,6 @@ class vmmCreate(vmmGObjectUI):
|
|||||||
|
|
||||||
def _xen_type_changed(self, ignore):
|
def _xen_type_changed(self, ignore):
|
||||||
os_type = uiutil.get_list_selection(self.widget("xen-type"), column=1)
|
os_type = uiutil.get_list_selection(self.widget("xen-type"), column=1)
|
||||||
print "xen_type_changed", os_type
|
|
||||||
if not os_type:
|
if not os_type:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user