mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
remove logging
This commit is contained in:
parent
5274a803b2
commit
39983f65b6
2 changed files with 0 additions and 2 deletions
|
@ -709,7 +709,6 @@ board_canHideRack( const BoardCtxt* board )
|
|||
{
|
||||
XP_Bool result = 0 <= server_getCurrentTurn( board->server )
|
||||
&& (board->boardObscuresTray || !board->gameOver);
|
||||
LOG_RETURNF( "%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
@ -830,7 +830,6 @@ model_canUndo( const ModelCtxt* model )
|
|||
|
||||
/* More than just tile assignment? */
|
||||
XP_Bool result = nStackEntries > model->nPlayers;
|
||||
LOG_RETURNF( "%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue