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