Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankarlen committed Aug 23, 2024
1 parent 0b06d69 commit 9138b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/glazewm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const processIconMap = {
};

export const focusWorkspace = (event, context) => {
console.log("Focus button clicked!", event, context);
const id = event.target.id;
context.providers.glazewm.focusWorkspace(id);
};
Expand Down

0 comments on commit 9138b14

Please sign in to comment.