Fix erasing of premove highlights XB
[xboard.git] / moves.c
diff --git a/moves.c b/moves.c
index 08de082..c8f8039 100644 (file)
--- 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;