Removed unnessicary console.log() calls.

This commit is contained in:
rainbow napkin 2024-12-26 17:54:07 -05:00
parent 9c18c23ad5
commit 8ee92541de

View file

@ -48,13 +48,11 @@ class registerPrompt{
} }
login(){ login(){
console.log(this.altcha != null)
//If we need verification //If we need verification
if(this.altcha != null){ if(this.altcha != null){
//If verification isn't complete //If verification isn't complete
if( this.verification == null){ if( this.verification == null){
//don't bother //don't bother
console.log("not complete");
return; return;
} }