From 0b0bd02e798cf7b4b76abe23f9c47fe9000ff45a Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 20 Nov 2015 23:15:24 -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 5ccee2232..f3d28dc07 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) );