X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.c;fp=moves.c;h=c8f8039ab5f0e401ecc2ae7cfb237ab728f1def3;hb=a56d8cdae7e9f2ae4d0d0413a369ba3f36a4760c;hp=08de082b31630d0b7f7e8eb4e61afabd6a2ac6fd;hpb=4a9ee0ca141c56ad69d68a93b8cce7799a040de5;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;