mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
nuke logging that was polluting ncurses screen
This commit is contained in:
parent
af8602f63b
commit
272e66e635
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ drawTray( BoardCtxt* board, XP_Bool focussed )
|
|||
if ( (board->trayVisState != TRAY_HIDDEN) && dictionary != NULL ) {
|
||||
XP_Bool showFaces = board->trayVisState == TRAY_REVEALED;
|
||||
|
||||
XP_LOGF( "turn=%d", turn );
|
||||
if ( turn >= 0 ) {
|
||||
XP_U16 numInTray = showFaces?
|
||||
model_getNumTilesInTray( board->model, turn ):
|
||||
|
|
Loading…
Add table
Reference in a new issue