delete unused console log
This commit is contained in:
parent
320271b756
commit
2be9be9f61
|
@ -876,7 +876,6 @@ panel.onToggle = function(id) {
|
||||||
}
|
}
|
||||||
panel.addressSwitchStates[bitIndex] = state ? 0 : 1;
|
panel.addressSwitchStates[bitIndex] = state ? 0 : 1;
|
||||||
} else if (id == 'OFF-ON') {
|
} else if (id == 'OFF-ON') {
|
||||||
console.log(panel.isPoweredOn);
|
|
||||||
if (panel.isPoweredOn) {
|
if (panel.isPoweredOn) {
|
||||||
panel.onPowerOff();
|
panel.onPowerOff();
|
||||||
panel.switchUp(id);
|
panel.switchUp(id);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user