Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Jan 15, 2025
1 parent 0087481 commit b393f28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ export const connect = (...middlewares: ConnectMiddleware[]) => {
c.res = res;
}

// For debug
console.log([...(c.newResponse(null, 204, {})).headers.entries()])

await next();
});
}

0 comments on commit b393f28

Please sign in to comment.