remove debug hello

This commit is contained in:
Isaac Connor 2021-10-14 17:56:16 -04:00 committed by Isaac Connor
parent f5b54caa61
commit a1a8f4d09b
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ echo $error_message;
var countdown = 30; // seconds var countdown = 30; // seconds
function timerCountdown() { function timerCountdown() {
console.log('hello');
document.getElementById('countdown').innerHTML=countdown; document.getElementById('countdown').innerHTML=countdown;
countdown --; countdown --;
if ( countdown <= 0 ) { if ( countdown <= 0 ) {