Remove a debug printf
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 13 Feb 2012 21:05:26 +0000 (22:05 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 13 Feb 2012 21:05:26 +0000 (22:05 +0100)
The parsePV debug printf becomes extremely verbose with -fSAN, -sSAN,
so it was deleted.

backend.c

index c8e3da7..313c8d2 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -5329,9 +5329,6 @@ ParsePV (char *pv, Boolean storeComments, Boolean atEnd)
     if(nr == 0 && !storeComments && *pv == '(') pv++; // first (ponder) move can be in parentheses
     lastParseAttempt = pv;
     valid = ParseOneMove(pv, endPV, &moveType, &fromX, &fromY, &toX, &toY, &promoChar);
-if(appData.debugMode){
-fprintf(debugFP,"parsePV: %d %c%c%c%c yy='%s'\nPV = '%s'\n", valid, fromX+AAA, fromY+ONE, toX+AAA, toY+ONE, yy_textstr, pv);
-}
     if(!valid && nr == 0 &&
        ParseOneMove(pv, endPV-1, &moveType, &fromX, &fromY, &toX, &toY, &promoChar)){
         nr++; moveType = Comment; // First move has been played; kludge to make sure we continue