mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
remove log
This commit is contained in:
@@ -99,9 +99,8 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
|||||||
|
|
||||||
const onChallengeVerification = (challengeVerification) => {
|
const onChallengeVerification = (challengeVerification) => {
|
||||||
if (challengeVerification.challengeSuccess === true) {
|
if (challengeVerification.challengeSuccess === true) {
|
||||||
console.log('challenge success');
|
return;
|
||||||
}
|
} else if (challengeVerification.challengeSuccess === false) {
|
||||||
else if (challengeVerification.challengeSuccess === false) {
|
|
||||||
setNewErrorMessage(`Challenge Failed, reason: ${challengeVerification.reason}. Errors: ${challengeVerification.errors}`);
|
setNewErrorMessage(`Challenge Failed, reason: ${challengeVerification.reason}. Errors: ${challengeVerification.errors}`);
|
||||||
console.log('challenge failed', challengeVerification);
|
console.log('challenge failed', challengeVerification);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user