chore: remove log from oauth-proxy (#5049)

This commit is contained in:
Jakob Norlin
2025-10-03 00:06:32 +02:00
committed by GitHub
parent 41d2e03b8e
commit 361e86392e

View File

@@ -231,7 +231,6 @@ export const oAuthProxy = (opts?: OAuthProxyOptions) => {
},
handler: createAuthMiddleware(async (ctx) => {
const skipProxy = checkSkipProxy(ctx);
console.log("skipProxy", skipProxy);
if (skipProxy) {
return;
}