From e7c6cd5617a69394155cdc3d6d3b9176262a817f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 2 Jan 2024 14:11:15 -0800 Subject: chore: remote debug logs --- src/routes/api/oauth/animeschedule/callback/+server.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/routes/api/oauth/animeschedule/callback') diff --git a/src/routes/api/oauth/animeschedule/callback/+server.ts b/src/routes/api/oauth/animeschedule/callback/+server.ts index 2364d071..450c74cf 100644 --- a/src/routes/api/oauth/animeschedule/callback/+server.ts +++ b/src/routes/api/oauth/animeschedule/callback/+server.ts @@ -11,7 +11,6 @@ export const GET = async ({ url, cookies }) => { formData.append('client_secret', env.ANIMESCHEDULE_CLIENT_SECRET as string); formData.append('redirect_uri', env2.PUBLIC_ANIMESCHEDULE_REDIRECT_URI as string); formData.append('code', url.searchParams.get('code') || 'null'); - console.log('code', url.searchParams); cookies.set( 'animeschedule', JSON.stringify( -- cgit v1.2.3