diff --git a/static/poopGraph.js b/static/poopGraph.js index 49d4ade..9dd5dc3 100644 --- a/static/poopGraph.js +++ b/static/poopGraph.js @@ -255,7 +255,6 @@ function plot(data) { } function updateHash() { - console.log("updating hash"); const start = document.getElementById('startDate').value; const end = document.getElementById('endDate').value; if (start !== "" || end !== "") {