Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskemper committed Jan 30, 2024
1 parent 6f5d1b5 commit 60e9547
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const buildOutgoingHttpHeaders = (headers: Headers): OutgoingHttpHeaders
if (cookies.length > 0) {
res['set-cookie'] = cookies
}
console.log(headers)
console.log('___________________')
res['content-type'] ??= 'text/plain; charset=UTF-8'

return res
Expand Down

0 comments on commit 60e9547

Please sign in to comment.