Skip to content

Commit e698a62

Browse files
committed
Update client-channel.js
1 parent b48e77f commit e698a62

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
@@ -161,8 +161,6 @@ workerChannel.addEventListener('message', (event) => {
161161
// handle fetch request
162162
function handleFetchRequest(request) {
163163

164-
console.log(request);
165-
166164
return new Promise(async (resolve, reject) => {
167165

168166
// get request path type

0 commit comments

Comments
 (0)