mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-26 10:12:01 -04:00
fix: remove unused console log import from page server file
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user