Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 1, 2022
1 parent 503283c commit 61da2f9
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 @@ -50,7 +50,6 @@ export class LightLiveViewComponent extends BaseLiveViewComponent<LightContext,
const ctx: LightContext = { brightness: socket.context.brightness };
// map key_update to arrow keys
const lightEvent = event === "key_update" ? params.key : event;
console.log("lightEvent:", lightEvent);
switch (lightEvent) {
case 'off':
case 'ArrowLeft':
Expand Down

0 comments on commit 61da2f9

Please sign in to comment.