Remove console.log from layout.server.ts

This commit is contained in:
qowevisa 2024-11-10 08:21:02 +02:00
parent be64733578
commit b363fa25ac

View File

@ -5,7 +5,6 @@ export const load: LayoutServerLoad = async ({ url, fetch, cookies }) => {
if (url.pathname == "/login") {
return
}
console.log("what?")
const response = await fetch("https://api.fin.qowevisa.click/api/authping");
if (!response.ok) {