diff --git a/index.html b/index.html index 2cf0eb4..e1c7699 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,6 @@ reload -
@@ -172,7 +171,6 @@ today = new Date(Date.now()); today_str = today.getFullYear() + "/" + ("0"+(today.getMonth() + 1)).slice(-2,3) + "/" + (today.getDate()); document.querySelector("#input_01").value = today_str; -console.log(today_str); timechanged(); filter();