Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa1f967f authored by Danny Baumann's avatar Danny Baumann
Browse files

Remove debug leftovers.

Change-Id: I8d800829fe2f404810575d767cff864cf74cc80b
parent fdeff472
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ public class ToggleImageView extends ImageView implements Checkable {
                com.android.internal.R.styleable.CompoundButton_checked, false);
        setChecked(checked);
        a.recycle();

        android.util.Log.d("foo", "created " + this + " clickable " + isClickable());
    }

    @Override
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ public class ButtonSettings extends SettingsPreferenceFragment implements
        final boolean hasAssistKey = (deviceKeys & KEY_MASK_ASSIST) != 0;
        final boolean hasAppSwitchKey = (deviceKeys & KEY_MASK_APP_SWITCH) != 0;

	android.util.Log.d("foo", "device keys " + Integer.toHexString(deviceKeys));
        boolean hasAnyBindableKey = false;
        final PreferenceCategory homeCategory =
                (PreferenceCategory) prefScreen.findPreference(CATEGORY_HOME);