From 2317c584881b1dcb47e71abe5c44800d2369ac64 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 5 Oct 2012 18:30:35 +0200 Subject: [PATCH] Remove debug print --- xboard.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xboard.c b/xboard.c index 8ffd5ce..4f53763 100644 --- a/xboard.c +++ b/xboard.c @@ -1055,7 +1055,6 @@ InitDrawingSizes (BoardSize boardSize, int flags) } for(i=0; i<2; i++) { int p; -printf("Copy pieces\n"); for(p=0; p<=(int)WhiteKing; p++) pngPieceBitmaps[i][p] = pngPieceBitmaps2[i][p]; // defaults } -- 1.7.0.4