From 8ee92541de55844da143ee44ee50e62f90b173bf Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Thu, 26 Dec 2024 17:54:07 -0500 Subject: [PATCH] Removed unnessicary console.log() calls. --- www/js/login.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/js/login.js b/www/js/login.js index f737104..56eee2a 100644 --- a/www/js/login.js +++ b/www/js/login.js @@ -48,13 +48,11 @@ class registerPrompt{ } login(){ - console.log(this.altcha != null) //If we need verification if(this.altcha != null){ //If verification isn't complete if( this.verification == null){ //don't bother - console.log("not complete"); return; }