Removed unnessicary console.log() calls.
This commit is contained in:
parent
9c18c23ad5
commit
8ee92541de
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue