X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.c;h=c8f8039ab5f0e401ecc2ae7cfb237ab728f1def3;hb=95244a1c40718e9ad8bda9e2df66677e180354d6;hp=08de082b31630d0b7f7e8eb4e61afabd6a2ac6fd;hpb=2087ac0f61e84f7f71cbea5a0a3325374f9e76ee;p=xboard.git diff --git a/moves.c b/moves.c index 08de082..c8f8039 100644 --- a/moves.c +++ b/moves.c @@ -241,7 +241,6 @@ LoadPieceDesc (char *s) char *r, *p, *q = s; int ok = TRUE, promoted, c; while(q && *s) { -printf("pstring = %s\n", s); p = s; q = strchr(s, ';'); if(q) *q = 0, s = q+1;