diff --git a/xwords4/common/device.c b/xwords4/common/device.c index e0fbc1020..4761ca038 100644 --- a/xwords4/common/device.c +++ b/xwords4/common/device.c @@ -274,17 +274,17 @@ appendToStorage( XP_UCHAR* storage, int* offset, return start; } -#ifdef DEBUG -static void -logPtrs( const char* func, int nTopics, char* topics[] ) -{ - for ( int ii = 0; ii < nTopics; ++ii ) { - XP_LOGFF( "from %s; topics[%d] = %s", func, ii, topics[ii] ); - } -} -#else -# define logPtrs(func, nTopics, topics) -#endif +/* #ifdef DEBUG */ +/* static void */ +/* logPtrs( const char* func, int nTopics, char* topics[] ) */ +/* { */ +/* for ( int ii = 0; ii < nTopics; ++ii ) { */ +/* XP_LOGFF( "from %s; topics[%d] = %s", func, ii, topics[ii] ); */ +/* } */ +/* } */ +/* #else */ +/* # define logPtrs(func, nTopics, topics) */ +/* #endif */ void dvc_getMQTTSubTopics( XW_DUtilCtxt* dutil, XWEnv xwe,