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:
parent
f5cff88ec9
commit
087f8f7267
1 changed files with 0 additions and 1 deletions
|
@ -795,7 +795,6 @@ public class TurnLogic {
|
|||
public double optimize() {
|
||||
while (!autoAbort && solve()) {
|
||||
neededScore = top.getScore();
|
||||
System.out.println(neededScore);
|
||||
}
|
||||
return neededScore;
|
||||
}
|
||||
|
|
Reference in a new issue