From 3e7189690ac219aba4c883f917a05159b7ea2daa Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Sun, 9 May 2021 15:23:27 -0400 Subject: [PATCH] Remove testing code. --- clock.js | 1 - 1 file changed, 1 deletion(-) diff --git a/clock.js b/clock.js index 199b124..08e8c08 100644 --- a/clock.js +++ b/clock.js @@ -33,7 +33,6 @@ function startTime(){ minute:'2-digit', second:'2-digit',}); if(display_origTZ){//Test if there is a non-null value for original_tz. If True then the part of the page this pertains to is being displayed. - //~ alert("display_origTZ == " + display_origTZ); document.getElementById('time_original').innerHTML = current_time.toLocaleString('en-EN' ,{ timeZone: original_tz, hourCycle:'h24',