projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
33ddf08
)
Remove debug printf
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Mon, 22 Sep 2014 16:48:00 +0000 (18:48 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Sun, 28 Sep 2014 20:14:27 +0000 (22:14 +0200)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/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;
}