We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2fbd2 commit d531d59Copy full SHA for d531d59
1 file changed
worker/client-channel.js
@@ -4,7 +4,7 @@
4
5
6
// update worker name when updating worker
7
-const WORKER_NAME = 'codeit-worker-v514';
+const WORKER_NAME = 'codeit-worker-v515';
8
9
10
// internal paths
@@ -29,11 +29,6 @@ const INTERNAL_PATHS = {
29
let liveViewClients = {};
30
31
32
-if (enableDevLogs) {
33
- //self.registration.update();
34
-}
35
-
36
37
// get path type
38
function getPathType(path) {
39
0 commit comments