Skip to content

Commit

Permalink
remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Jan 26, 2022
1 parent 1f2e53c commit 63e234d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples/light_liveview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class LightLiveViewComponent extends BaseLiveViewComponent<LightContext,

handleEvent(event: LightEvent, params: any, socket: LiveViewSocket<LightContext>) {
const ctx: LightContext = { brightness: socket.context.brightness };
console.log("socket ctx", socket.context);
switch (event) {
case 'off':
ctx.brightness = 0;
Expand Down

0 comments on commit 63e234d

Please sign in to comment.