remove debug hello

This commit is contained in:
Isaac Connor 2021-10-14 17:56:16 -04:00
parent 5f381a244f
commit 809cb651c0
1 changed files with 0 additions and 1 deletions

View File

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