Skip to content

Commit

Permalink
πŸ”‡ chore: remove proxy debug helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed May 22, 2024
1 parent 56db28e commit 4ea66ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions registration/src/lib/utils/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ export const handleProxy = (async ({ event }) => {
}

try {
logger.debug('Proxying request: ', {
url: proxiedUrl.toString(),
method: request.method,
headers: Object.fromEntries(requestHeaders.entries())
});

const response = await fetch(proxiedUrl.toString(), {
redirect: 'manual',
method: request.method,
Expand Down

0 comments on commit 4ea66ea

Please sign in to comment.