aboutsummaryrefslogtreecommitdiff
path: root/competition.py
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-27 11:37:48 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-27 11:38:39 +0200
commit9717c710aa0ff35b7f7d0da521b6abd8d50257ad (patch)
treef72e2b22c5c69e716070eb71dac7e5143cf6bdce /competition.py
parent48423632f6d0861aa2457a91db7af0c33e71c589 (diff)
Fix tail killed error
Diffstat (limited to 'competition.py')
-rwxr-xr-xcompetition.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/competition.py b/competition.py
index 2582288..3a21115 100755
--- a/competition.py
+++ b/competition.py
@@ -285,7 +285,6 @@ while True:
sys.exit(1)
move=parsemove(line)
if move==False or not isvalid(board,player,move):
- print("move =",move,"player =",player)
print("P"+str(player)+" made an invalid move: '"+line+"'.")
endgame=True
break