remove log

This commit is contained in:
Owen
2026-02-25 10:46:20 -08:00
parent 978ac8f53c
commit 2ede0d498a

View File

@@ -6,8 +6,6 @@ export async function authCookieHeader() {
Array.from(otherHeaders.entries()).map(([k, v]) => [k.toLowerCase(), v]) Array.from(otherHeaders.entries()).map(([k, v]) => [k.toLowerCase(), v])
); );
console.info(`Setting cookie... x-forwarded-for: ${otherHeadersObject["x-forwarded-for"]}`)
return { return {
headers: { headers: {
cookie: otherHeadersObject["cookie"], cookie: otherHeadersObject["cookie"],