remove unnecessary console.log
This commit is contained in:
parent
896ab47424
commit
46bf87f1e0
|
@ -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 !== "") {
|
||||||
|
|
Loading…
Reference in a new issue