diff --git a/frontend/src/routes/+page.server.ts b/frontend/src/routes/+page.server.ts index 9391b5b..af567d0 100644 --- a/frontend/src/routes/+page.server.ts +++ b/frontend/src/routes/+page.server.ts @@ -3,7 +3,6 @@ import { redirect, type Actions } from '@sveltejs/kit'; import { themes } from '$lib'; import { fetchCSRFToken } from '$lib/index.server'; import type { PageServerLoad } from './$types'; -import { log } from 'console'; const serverEndpoint = PUBLIC_SERVER_URL || 'http://localhost:8000';