From 14c176326b3ff6349c8d907b9925621bacc4b993 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Sat, 31 Dec 2022 13:06:22 +0000 Subject: [PATCH] www/countdown.js - remove unused cruft --- www/countdown.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/countdown.js b/www/countdown.js index 3d1c5e0..4234377 100644 --- a/www/countdown.js +++ b/www/countdown.js @@ -266,7 +266,6 @@ function handleTick(now) { } var millisecsRemaining = zoneIndex[nextZone].nydDate.getTime() - now.getTime(); - var excl = millisecsRemaining < 1000*5? "!" : ""; console.debug("seconds",now.getSeconds()); if (millisecsRemaining < 2*60*1000) {