From a56d8cdae7e9f2ae4d0d0413a369ba3f36a4760c Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Tue, 22 Mar 2016 15:40:28 +0100 Subject: [PATCH] Remove debug printf --- moves.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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; -- 1.7.0.4