Remove logs

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 00:34:10 +04:00
parent 6ad8fb449d
commit 456781e80b
-1
View File
@@ -250,6 +250,5 @@ export async function passwordRequest(lyen, email) {
export async function jwennStats() { export async function jwennStats() {
const response = await axios.get(`${OKI_API}/stats`) const response = await axios.get(`${OKI_API}/stats`)
console.log('response', response)
return response.data return response.data
} }