From 40d63be58b17cbdc84b60fb51d09badd1c2644dc Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 24 Jun 2014 07:08:15 -0700 Subject: [PATCH] too much logging --- xwords4/common/dictmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/common/dictmgr.c b/xwords4/common/dictmgr.c index b8f51bc10..ebedb7238 100644 --- a/xwords4/common/dictmgr.c +++ b/xwords4/common/dictmgr.c @@ -50,7 +50,7 @@ struct DictMgrCtxt { static void moveToFront( DictMgrCtxt* dmgr, XP_U16 indx ); static XP_S16 findFor( DictMgrCtxt* dmgr, const XP_UCHAR* key ); -#ifdef DEBUG +#if defined DEBUG && defined PRINT_LOTS static void printInOrder( const DictMgrCtxt* dmgr ); #else # define printInOrder( dmgr ) @@ -146,7 +146,7 @@ moveToFront( DictMgrCtxt* dmgr, XP_U16 indx ) } } -#ifdef DEBUG +#if defined DEBUG && defined PRINT_LOTS static void printInOrder( const DictMgrCtxt* dmgr ) {