delete unused console log
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user