Skip to content

Commit

Permalink
Removed debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismeonmounteverest committed Oct 29, 2023
1 parent 3f6794d commit 079b1ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/about/statistics.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
return response.json();
})
.then((data) => {
console.log(data);
createLineChart(data, '{{ key }}', 'weekly');
});
await fetch('{{ url(current.route, {'period': 'daily'}) }}')
Expand All @@ -171,7 +170,6 @@
return response.json();
})
.then((data) => {
console.log(data);
createLineChart(data, '{{ key }}', 'daily');
});
{% endfor %}
Expand Down

0 comments on commit 079b1ce

Please sign in to comment.