uncomment debug call

This commit is contained in:
caneleex 2022-01-17 23:40:02 +01:00
parent 59a5a19cdc
commit fa387c667e
1 changed files with 2 additions and 2 deletions

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);
} }