diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-06 22:42:25 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-06 22:42:25 +0200 |
commit | c0f3a5cf1c7be29aba155eba214c13f921c00b2b (patch) | |
tree | 1f71ab0df52257dd66795df8cdc0f530387bbdea /plugin.ts | |
parent | 8d9015ddff1ef4fe1f65bdae3f3dbef238234980 (diff) |
removed excessive log.info
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; |