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) );