From: H.G.Muller Date: Tue, 22 Mar 2016 14:40:28 +0000 (+0100) Subject: Remove debug printf X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=a56d8cdae7e9f2ae4d0d0413a369ba3f36a4760c Remove debug printf --- 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;