remove useless logs
This commit is contained in:
parent
5976049aa6
commit
bf2eddd34f
1 changed files with 0 additions and 2 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue