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