diff --git a/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java b/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java index 14d5902815e..24cfd8a70fa 100644 --- a/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java +++ b/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai/ComputerPlayer6.java @@ -529,7 +529,7 @@ public class ComputerPlayer6 extends ComputerPlayer implements if (sim.getPlayer(currentPlayer.getId()).activateAbility((ActivatedAbility) action.copy(), sim)) { sim.applyEffects(); if (checkForRepeatedAction(sim, node, action, currentPlayer.getId())) { - logger.info("Sim Prio [" + depth + "] -- repeated action: " + action.toString()); + logger.debug("Sim Prio [" + depth + "] -- repeated action: " + action.toString()); continue; } if (!sim.isGameOver() && action.isUsesStack()) {