remove unnecessary console.log

This commit is contained in:
xenofem 2022-04-16 03:22:21 -04:00
parent 896ab47424
commit 46bf87f1e0

View file

@ -255,7 +255,6 @@ function plot(data) {
} }
function updateHash() { function updateHash() {
console.log("updating hash");
const start = document.getElementById('startDate').value; const start = document.getElementById('startDate').value;
const end = document.getElementById('endDate').value; const end = document.getElementById('endDate').value;
if (start !== "" || end !== "") { if (start !== "" || end !== "") {