Skip to content

Commit d531d59

Browse files
committed
Update client-channel.js
1 parent fb2fbd2 commit d531d59

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

worker/client-channel.js

Lines changed: 1 addition & 6 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-v514';
7+
const WORKER_NAME = 'codeit-worker-v515';
88

99

1010
// internal paths
@@ -29,11 +29,6 @@ const INTERNAL_PATHS = {
2929
let liveViewClients = {};
3030

3131

32-
if (enableDevLogs) {
33-
//self.registration.update();
34-
}
35-
36-
3732
// get path type
3833
function getPathType(path) {
3934

0 commit comments

Comments
 (0)