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',