Removed unneeded AI debug output

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@517 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-21 00:28:33 +02:00
parent f5cff88ec9
commit 087f8f7267

View file

@ -795,7 +795,6 @@ public class TurnLogic {
public double optimize() {
while (!autoAbort && solve()) {
neededScore = top.getScore();
System.out.println(neededScore);
}
return neededScore;
}