Skip to content

Commit

Permalink
remove unused commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Aug 5, 2024
1 parent 6d35b5e commit 657daaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export const KEY = `my-addon`;
export const EVENTS = {
RESULT: `${ADDON_ID}/result`,
REQUEST: `${ADDON_ID}/request`,
// CLEAR: `${ADDON_ID}/clear`,
};

0 comments on commit 657daaa

Please sign in to comment.