Remove console.log from layout.server.ts
This commit is contained in:
parent
be64733578
commit
b363fa25ac
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user