removed debugging line

svn: r11473
This commit is contained in:
Doug Blank 2008-12-14 15:59:58 +00:00
parent 178328b20a
commit e3b79a8f90

View File

@ -752,7 +752,6 @@ class GuiGramplet:
for item in self.pui.option_dict:
labels.add(gtk.Label(item + ":"))
options.add(self.pui.option_dict[item][0]) # widget
print "adding", item, "to", self.gvoptions
save_button = gtk.Button(stock=gtk.STOCK_SAVE)
topbox.add(save_button)
topbox.show_all()