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:
parent
96ff727b57
commit
ef44836328
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue