From 93c6508a2a80608bee2f0da9025080849ba2ed28 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 13 Feb 2021 18:45:47 +0900 Subject: [PATCH] wip --- src/client/sw/sw.ts | 5 ----- 1 file changed, 5 deletions(-) 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