mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
remove logging
This commit is contained in:
parent
2acd59e08e
commit
5f177ac62f
1 changed files with 0 additions and 1 deletions
|
@ -781,7 +781,6 @@ public class BoardActivity extends XWActivity
|
|||
case R.id.board_menu_done:
|
||||
int nTiles = XwJNI.model_getNumTilesInTray( m_jniGamePtr,
|
||||
m_view.getCurPlayer() );
|
||||
DbgUtils.logf( "getNumTilesInTray=>%d", nTiles );
|
||||
if ( XWApp.MAX_TRAY_TILES > nTiles ) {
|
||||
showNotAgainDlgThen( R.string.not_again_done,
|
||||
R.string.key_notagain_done, COMMIT_ACTION );
|
||||
|
|
Loading…
Reference in a new issue