diff --git a/light9/live/Light9AttrControl.ts b/light9/live/Light9AttrControl.ts --- a/light9/live/Light9AttrControl.ts +++ b/light9/live/Light9AttrControl.ts @@ -137,7 +137,7 @@ export class Light9AttrControl extends L // not sure what this is, but it seems to be followed by good events return; } - log(ev.type, ev.detail.value); + // log(ev.type, ev.detail.value); this.value = ev.detail.value; // this.graphToControls.controlChanged(this.device, this.deviceAttrRow.uri, ev.detail.value); }