diff options
Diffstat (limited to 'plugin.ts')
-rw-r--r-- | plugin.ts | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ export default class BekenBridge implements AccessoryPlugin { } updateLamp() { - this.log.info(JSON.stringify(this.state, null, 2)); if (!this.state.on) { this.lamp.color = [0, 0, 0, 0]; return; |