diff --git a/packages/better-auth/src/plugins/oauth-proxy/index.ts b/packages/better-auth/src/plugins/oauth-proxy/index.ts index 505f2191..97825309 100644 --- a/packages/better-auth/src/plugins/oauth-proxy/index.ts +++ b/packages/better-auth/src/plugins/oauth-proxy/index.ts @@ -231,7 +231,6 @@ export const oAuthProxy = (opts?: OAuthProxyOptions) => { }, handler: createAuthMiddleware(async (ctx) => { const skipProxy = checkSkipProxy(ctx); - console.log("skipProxy", skipProxy); if (skipProxy) { return; }