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 { themes } from '$lib';
|
||||||
import { fetchCSRFToken } from '$lib/index.server';
|
import { fetchCSRFToken } from '$lib/index.server';
|
||||||
import type { PageServerLoad } from './$types';
|
import type { PageServerLoad } from './$types';
|
||||||
import { log } from 'console';
|
|
||||||
|
|
||||||
const serverEndpoint = PUBLIC_SERVER_URL || 'http://localhost:8000';
|
const serverEndpoint = PUBLIC_SERVER_URL || 'http://localhost:8000';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user