mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
nuke logging that was polluting ncurses screen
This commit is contained in:
parent
2f8320cba8
commit
083104a49f
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…
Reference in a new issue