Skip to content

Commit a068761

Browse files
committed
Update client-channel.js
1 parent b85cdc3 commit a068761

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

worker/client-channel.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ function handleFetchRequest(request, event) {
198198
} else if (pathType === 'run'
199199
|| (getPathType(request.referrer) === 'run')) { // if fetch originated in live view
200200

201-
if (enableDevLogs) {
202-
console.debug('[ServiceWorker] Intercepted live fetch', event);
203-
}
201+
console.debug('[ServiceWorker] Intercepted live fetch', event);
204202

205203

206204
let clientId = event.clientId;

0 commit comments

Comments
 (0)