mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove logging
This commit is contained in:
parent
2abb6fe77f
commit
c24a8ca79b
1 changed files with 0 additions and 1 deletions
|
@ -867,7 +867,6 @@ passKeyToBoard( CursesAppGlobals* globals, char ch )
|
|||
ch += 'A' - 'a';
|
||||
globals->doDraw = board_handleKey( globals->cGlobals.game.board, ch );
|
||||
}
|
||||
XP_LOGF( "passKeyToBoard: handled=%d on %x (%c)", handled, ch, ch );
|
||||
return handled;
|
||||
} /* passKeyToBoard */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue