mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-25 22:36:38 +00:00
remove log
This commit is contained in:
@@ -6,8 +6,6 @@ export async function authCookieHeader() {
|
||||
Array.from(otherHeaders.entries()).map(([k, v]) => [k.toLowerCase(), v])
|
||||
);
|
||||
|
||||
console.info(`Setting cookie... x-forwarded-for: ${otherHeadersObject["x-forwarded-for"]}`)
|
||||
|
||||
return {
|
||||
headers: {
|
||||
cookie: otherHeadersObject["cookie"],
|
||||
|
||||
Reference in New Issue
Block a user