remove useless logs

This commit is contained in:
isUnknown 2024-07-26 08:53:58 +02:00
parent 5976049aa6
commit bf2eddd34f

View file

@ -58,9 +58,7 @@ async function getMapadoDates(monthNumb) {
}
const response = await fetch('/mapado.json', requestOptions);
console.log(response)
const json = await response.json();
console.log(json)
const eventDates = json["hydra:member"];