Skip to content

Commit

Permalink
remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Aug 19, 2015
1 parent df6c853 commit d5cdd4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/round/src/main/Player.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private[round] final class Player(
(game.playable && game.player.isAi).fold(
engine.play(game, game.aiLevel | 1) flatMap {
case lila.ai.actorApi.PlayResult(progress, move) =>
println(s"[ai play] game ${game.id} turn ${game.turns} $move")
moveFinish(progress.game, game.turnColor) map { progress.++ }
},
fufail(s"Not AI turn")
Expand Down

0 comments on commit d5cdd4a

Please sign in to comment.