remove useless console log
Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
parent
fab4029318
commit
7e70a37bf9
|
@ -25,7 +25,6 @@ ModalPopup {
|
|||
} else {
|
||||
repeatPasswordValidationError = ""
|
||||
}
|
||||
console.log('Validation?', passwordValidationError, repeatPasswordValidationError)
|
||||
|
||||
return passwordValidationError === "" && repeatPasswordValidationError === ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue