mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +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 )
|
public boolean onMenuItemClick( MenuItem item )
|
||||||
{
|
{
|
||||||
boolean handled = true;
|
boolean handled = true;
|
||||||
Log.d( TAG, "item: %s", item );
|
|
||||||
DlgID dlgID = null;
|
DlgID dlgID = null;
|
||||||
CommonPrefs.ColorTheme theme = null;
|
CommonPrefs.ColorTheme theme = null;
|
||||||
switch ( item.getItemId() ) {
|
switch ( item.getItemId() ) {
|
||||||
|
|
Loading…
Reference in a new issue