remove logging

This commit is contained in:
Eric House 2015-11-20 23:15:24 -08:00
parent d468866a01
commit 0b0bd02e79

View file

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