too much logging

This commit is contained in:
Eric House 2014-06-24 07:08:15 -07:00
parent e36f68a1d0
commit 40d63be58b

View file

@ -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 )
{