remove logging

This commit is contained in:
Eric House 2021-08-29 20:40:56 -07:00
parent 789978b8b2
commit ffa3f245ac

View file

@ -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() ) {