Skip to content

Commit

Permalink
Debug printing shouldn't be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdiplomat committed Mar 23, 2024
1 parent 34709f5 commit 976c35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public GameSimulator(SimulationController controller, Game origGame, Player orig
origLines = new ArrayList<>();
debugLines = origLines;

debugPrint = true;
debugPrint = false;
origScore = eval.getScoreForGameState(origGame, origAiPlayer);

if (advanceToPhase == null) {
Expand Down

0 comments on commit 976c35d

Please sign in to comment.