comment out some prints, apparently mysqlcoder and my editors do not agree well with each other on spacing.
This commit is contained in:
+2
-2
@@ -358,7 +358,7 @@ class Hud:
|
||||
|
||||
def change_max_seats(self, widget):
|
||||
if self.max != widget.ms:
|
||||
print 'change_max_seats', widget.ms
|
||||
#print 'change_max_seats', widget.ms
|
||||
self.max = widget.ms
|
||||
try:
|
||||
self.kill()
|
||||
@@ -681,7 +681,7 @@ class Stat_Window:
|
||||
return True
|
||||
|
||||
def kill_popup(self, popup):
|
||||
print "remove popup", popup
|
||||
#print "remove popup", popup
|
||||
self.popups.remove(popup)
|
||||
popup.window.destroy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user