delete unused console log

This commit is contained in:
wixette 2020-03-09 10:31:59 +08:00
parent 320271b756
commit 2be9be9f61

View File

@ -876,7 +876,6 @@ panel.onToggle = function(id) {
}
panel.addressSwitchStates[bitIndex] = state ? 0 : 1;
} else if (id == 'OFF-ON') {
console.log(panel.isPoweredOn);
if (panel.isPoweredOn) {
panel.onPowerOff();
panel.switchUp(id);