remove unnecessary console.log

main
xenofem 2022-04-16 03:22:21 -04:00
parent 896ab47424
commit 46bf87f1e0
1 changed files with 0 additions and 1 deletions

View File

@ -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 !== "") {