diff --git a/src/constants.ts b/src/constants.ts index fdf91e7..72e975a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,5 +7,4 @@ export const KEY = `my-addon`; export const EVENTS = { RESULT: `${ADDON_ID}/result`, REQUEST: `${ADDON_ID}/request`, - // CLEAR: `${ADDON_ID}/clear`, };