Skip to content

Commit cec2942

Browse files
committed
Remove console log since everyting is working with the authorization headers
1 parent 49f2d96 commit cec2942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ serve({
1818

1919
// Clone and adjust request headers
2020
const reqHeaders = new Headers(request.headers);
21-
console.log('Incoming Authorization:', request.headers.get('Authorization')); // Debug line
2221
reqHeaders.delete('host');
2322

2423
// Ensure Authorization header is explicitly set

0 commit comments

Comments
 (0)