From 477e82b35ac4919c63d0874fc5f9f8f59e200e8a Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 15 Sep 2015 14:53:10 -0400 Subject: [PATCH] create: Remove some leftover debug prints --- virtManager/create.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/virtManager/create.py b/virtManager/create.py index cc34bae00..d547bd66c 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -747,7 +747,6 @@ class vmmCreate(vmmGObjectUI): model.append([label, gtype]) show = bool(len(model)) - print "showing xen default=%s" % default uiutil.set_grid_row_visible(self.widget("xen-type"), show) if show: self.widget("xen-type").set_active(default) @@ -1281,7 +1280,6 @@ class vmmCreate(vmmGObjectUI): def _xen_type_changed(self, ignore): os_type = uiutil.get_list_selection(self.widget("xen-type"), column=1) - print "xen_type_changed", os_type if not os_type: return