Remove debugging statement

svn: r11922
This commit is contained in:
Gary Burton 2009-02-08 14:42:02 +00:00
parent de81611f5b
commit badbc32254

View File

@ -419,7 +419,6 @@ class ManagedWindow:
self.get_widget(button_name).connect('clicked', function)
def show(self):
print 'show'
if self.isWindow :
self.set_transient_for(self.parent_window)
self.opened = True