uncomment debug call

This commit is contained in:
caneleex 2022-01-17 23:40:02 +01:00
parent 2128c2d7d6
commit d04c8f99ab

View File

@ -34,9 +34,9 @@ public class SBWhitelistButton extends SlimButton {
} }
public void changeEnabled(boolean enabled) { public void changeEnabled(boolean enabled) {
//if (debug) { if (debug) {
Log.d(TAG, "changeEnabled " + enabled); Log.d(TAG, "changeEnabled " + enabled);
//} }
this.button_icon.setEnabled(enabled); this.button_icon.setEnabled(enabled);
} }