diff --git a/index.html b/index.html
index 2894a4d..c6252fd 100644
--- a/index.html
+++ b/index.html
@@ -181,10 +181,10 @@
` + data.session_list[i].speaker.name + ` ` + data.
const now = new Date().getTime(),
distance = countDown - now;
- document.getElementById("days").innerText = Math.floor(distance / (day)),
- document.getElementById("hours").innerText = Math.floor((distance % (day)) / (hour)),
- document.getElementById("minutes").innerText = Math.floor((distance % (hour)) / (minute)),
- document.getElementById("seconds").innerText = Math.floor((distance % (minute)) / second);
+ // document.getElementById("days").innerText = Math.floor(distance / (day)),
+ // document.getElementById("hours").innerText = Math.floor((distance % (day)) / (hour)),
+ // document.getElementById("minutes").innerText = Math.floor((distance % (hour)) / (minute)),
+ // document.getElementById("seconds").innerText = Math.floor((distance % (minute)) / second);
//do something later when date is reached
if (distance < 0) {