Skip to content

Commit bb2519a

Browse files
committed
Update client-channel.js
1 parent 7a0da35 commit bb2519a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

worker/client-channel.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v517';
7+
const WORKER_NAME = 'codeit-worker-v518';
88

99

1010
// internal paths
@@ -202,10 +202,6 @@ function handleFetchRequest(request, event) {
202202
console.debug('[ServiceWorker] Intercepted live fetch', event);
203203
}
204204

205-
console.debug('[ServiceWorker] Intercepted live fetch: targetClientId', event.targetClientId, 'clientId', event.clientId, event);
206-
207-
// self.registration.update()
208-
209205

210206
let clientId = event.clientId;
211207

0 commit comments

Comments
 (0)