diff --git a/src/client/sw/sw.ts b/src/client/sw/sw.ts index fa5fcf447e..a41634e5dc 100644 --- a/src/client/sw/sw.ts +++ b/src/client/sw/sw.ts @@ -8,11 +8,6 @@ import { swLang } from '@/sw/lang'; import { swNotificationRead } from '@/sw/notification-read'; import { pushNotificationData } from '../../types'; -//#region Variables -// const cacheName = `mk-cache-${_VERSION_}`; -const apiUrl = `${location.origin}/api/`; -//#endregion - //#region Lifecycle: Install self.addEventListener('install', ev => { // Nothing to do