mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
remove logging
This commit is contained in:
parent
755d3e5bb2
commit
35f059e14c
1 changed files with 0 additions and 1 deletions
|
@ -373,7 +373,6 @@ chooseMove( EngineCtxt* engine, PossibleMove** move )
|
|||
if ( !result ) {
|
||||
engine_reset( engine );
|
||||
}
|
||||
LOG_RETURNF( "%s", result?"true":"false" );
|
||||
return result;
|
||||
} /* chooseMove */
|
||||
|
||||
|
|
Loading…
Reference in a new issue