Remove debug printf
[xboard.git] / backend.c
index 8278e5b..7f38a5d 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -8729,7 +8729,7 @@ FakeBookMove: // [HGM] book: we jump here to simulate machine moves after book h
                 if( count & 1 ) {
                     score = -score; /* Flip score for winning side */
                 }
-printf("score=%d count=%d\n",score,count);
+
                 if( score > appData.adjudicateLossThreshold ) {
                     break;
                 }