1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

fix: remove unused console log import from page server file

This commit is contained in:
Sean Morley 2025-01-13 19:55:00 -05:00
parent 96ff727b57
commit ef44836328

View file

@ -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';