[Simulated AI] Make printing of the decision tree a bit better.

Also removes a print line from a test.
This commit is contained in:
Myrd
2016-12-29 18:22:31 +00:00
parent 1880fc6df1
commit c3f30c6871
4 changed files with 24 additions and 9 deletions

View File

@@ -670,7 +670,6 @@ public class GameSimulatorTest extends TestCase {
assertEquals(1, scionCopy.getNetPower());
assertEquals(1, scionCopy.getNetToughness());
assertTrue(scionCopy.isSick());
System.err.println("Search continues on: " + scionCopy);
assertNotNull(findSAWithPrefix(scionCopy, "Sacrifice CARDNAME: Add {C} to your mana pool."));
}