Skip to content

Commit c1c07c6

Browse files
committed
refactor: remove debug log for AsyncLocalStorage in user-response.ts
1 parent 0e148b7 commit c1c07c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/qwik-router/src/middleware/request-handler/user-response.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import('node:async_hooks')
3333
.then((module) => {
3434
const AsyncLocalStorage = module.AsyncLocalStorage;
3535
const asyncStore = new AsyncLocalStorage<RequestEventInternal>();
36-
console.log('AsyncLocalStorage', asyncStore);
3736
setAsyncRequestStore(asyncStore);
3837
})
3938
.catch((err) => {

0 commit comments

Comments
 (0)