Remove unneeded debugging
This commit is contained in:
@ -109,7 +109,6 @@ class GoGame(gtk.HBox):
|
||||
col = int(x / inc)
|
||||
|
||||
changed = self.goban.play_move((row,col))
|
||||
print changed
|
||||
self.update(changed)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user