From 5e3f7d0731b3af454e1102be18a26b4b17c66c21 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 29 Dec 2015 18:58:28 -0800 Subject: [PATCH] remove logging --- xwords4/common/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/engine.c b/xwords4/common/engine.c index d98d794f3..0d3ffbe44 100644 --- a/xwords4/common/engine.c +++ b/xwords4/common/engine.c @@ -1141,7 +1141,7 @@ considerScoreWordHasBlanks( EngineCtxt* engine, XP_U16 blanksLeft, it is, then go to the expense of filling in a PossibleMove to be compared in full */ if ( 1 == nTiles && 1 < wordCount && !engine->searchHorizontal ) { - XP_LOGF( "%s(): dropping", __func__ ); + // XP_LOGF( "%s(): dropping", __func__ ); } else if ( scoreQualifies( engine, score ) ) { posmove->score = score; XP_MEMSET( &posmove->blankVals, 0, sizeof(posmove->blankVals) );