mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
remove logging
This commit is contained in:
parent
d468866a01
commit
0b0bd02e79
1 changed files with 1 additions and 1 deletions
|
@ -1141,7 +1141,7 @@ considerScoreWordHasBlanks( EngineCtxt* engine, XP_U16 blanksLeft,
|
||||||
it is, then go to the expense of filling in a PossibleMove to be
|
it is, then go to the expense of filling in a PossibleMove to be
|
||||||
compared in full */
|
compared in full */
|
||||||
if ( 1 == nTiles && 1 < wordCount && !engine->searchHorizontal ) {
|
if ( 1 == nTiles && 1 < wordCount && !engine->searchHorizontal ) {
|
||||||
XP_LOGF( "%s(): dropping", __func__ );
|
// XP_LOGF( "%s(): dropping", __func__ );
|
||||||
} else if ( scoreQualifies( engine, score ) ) {
|
} else if ( scoreQualifies( engine, score ) ) {
|
||||||
posmove->score = score;
|
posmove->score = score;
|
||||||
XP_MEMSET( &posmove->blankVals, 0, sizeof(posmove->blankVals) );
|
XP_MEMSET( &posmove->blankVals, 0, sizeof(posmove->blankVals) );
|
||||||
|
|
Loading…
Add table
Reference in a new issue