From 2564a660ad32836adffa565c1772fa9f6f1bfb58 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 18 May 2012 21:23:12 -0700 Subject: [PATCH] remove logging --- xwords4/common/board.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xwords4/common/board.c b/xwords4/common/board.c index 9cc9ea2be..9ce4a2989 100644 --- a/xwords4/common/board.c +++ b/xwords4/common/board.c @@ -387,7 +387,7 @@ board_setPos( BoardCtxt* board, XP_U16 left, XP_U16 top, XP_U16 width, XP_U16 height, XP_U16 maxCellSz, XP_Bool leftHanded ) { - XP_LOGF( "%s(%d,%d,%d,%d)", __func__, left, top, width, height ); + /* XP_LOGF( "%s(%d,%d,%d,%d)", __func__, left, top, width, height ); */ board->boardBounds.left = left; board->boardBounds.top = top; @@ -1365,8 +1365,8 @@ board_setTrayLoc( BoardCtxt* board, XP_U16 trayLeft, XP_U16 trayTop, XP_U16 trayWidth, XP_U16 trayHeight, XP_U16 minDividerWidth ) { - XP_LOGF( "%s(%d,%d,%d,%d)", __func__, trayLeft, trayTop, - trayWidth, trayHeight ); + /* XP_LOGF( "%s(%d,%d,%d,%d)", __func__, trayLeft, trayTop, */ + /* trayWidth, trayHeight ); */ XP_U16 dividerWidth; /* XP_U16 boardBottom, boardRight; */