removed login token country console log

This commit is contained in:
stratuma 2024-05-19 02:53:46 +02:00
parent d0e9712b87
commit 9e3546bf49

View File

@ -149,8 +149,6 @@ async function crunchyLoginFetchProxy(user: string, passw: string, geo: string)
return { data: null, error: null }
}
console.log(data.country)
return { data: data, error: null }
}