mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
remove logging
This commit is contained in:
parent
789978b8b2
commit
ffa3f245ac
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ public class PrefsDelegate extends DelegateBase
|
|||
public boolean onMenuItemClick( MenuItem item )
|
||||
{
|
||||
boolean handled = true;
|
||||
Log.d( TAG, "item: %s", item );
|
||||
DlgID dlgID = null;
|
||||
CommonPrefs.ColorTheme theme = null;
|
||||
switch ( item.getItemId() ) {
|
||||
|
|
Loading…
Reference in a new issue