forked from External/mage
game, AI: fixed bloated logs in AI and other games
This commit is contained in:
parent
a5488228b8
commit
fe4814680e
1 changed files with 1 additions and 6 deletions
|
|
@ -856,12 +856,7 @@ public abstract class GameImpl implements Game {
|
||||||
|
|
||||||
// game thread can call concede directly
|
// game thread can call concede directly
|
||||||
if (ThreadUtils.isRunGameThread()) {
|
if (ThreadUtils.isRunGameThread()) {
|
||||||
// TODO: is it normal use case? If yes then remove logs
|
// example: forced lost due state base actions check
|
||||||
Player player = this.getPlayer(playerId);
|
|
||||||
logger.info(String.format("Game thread used concede request for (%s): %s",
|
|
||||||
player == null ? "null" : player.getName(),
|
|
||||||
this
|
|
||||||
));
|
|
||||||
checkConcede();
|
checkConcede();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue