# HG changeset patch # User Neil Muller # Date 1259334047 0 # Node ID d5009047a37132edc51f5bd54a2881962b47395a # Parent d9886377b6a290643a8f0c3ab3564321166e83a5 Remove debugging print (oops) diff -r d9886377b6a2 -r d5009047a371 gamelib/gameboard.py --- a/gamelib/gameboard.py Fri Nov 27 15:00:13 2009 +0000 +++ b/gamelib/gameboard.py Fri Nov 27 15:00:47 2009 +0000 @@ -680,7 +680,6 @@ break def dlg_event(e): - print e.type, e if e.type == MOUSEBUTTONDOWN and e.button == 2: # Middle self.unselect_all() for chicken in building.occupants():