Skip to content

Commit 05b63fe

Browse files
committed
Update client-channel.js
1 parent 4e3ffed commit 05b63fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

worker/client-channel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ function handleFetchRequest(request) {
163163

164164
return new Promise(async (resolve, reject) => {
165165

166-
console.log(request);
167-
168166
// get request path type
169167
const pathType = getPathType(request.url);
170168

0 commit comments

Comments
 (0)