Skip to content

Commit

Permalink
minor logging update for als
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Apr 25, 2024
1 parent 3f3598e commit bdd85c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/alsListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const enableAlsListener = () => {
currentBrightness = data.flBrightness * 100;
}
);
logInfo(`als listener enabled ${JSON.stringify(steamRegistration)}`);
logInfo(`als listener enabled`);
};

export const clearAlsListener = () => {
Expand All @@ -155,4 +155,5 @@ export const clearAlsListener = () => {
steamRegistration.unregister();
}
steamRegistration = undefined;
logInfo(`als listener disabled`);
};

0 comments on commit bdd85c4

Please sign in to comment.