diff --git a/src/lib/utils/challenge-utils.ts b/src/lib/utils/challenge-utils.ts index 0a1df182..36b15846 100644 --- a/src/lib/utils/challenge-utils.ts +++ b/src/lib/utils/challenge-utils.ts @@ -38,7 +38,7 @@ export const alertChallengeVerificationFailed = (challengeVerification: Challeng alert(`Error from ${resolveBoardIdentifier(publication?.subplebbitAddress)}: ${finalMessage || 'unknown error'}`); } else { - console.warn('Challenge verification succeeded but no action taken:', challengeVerification); + console.log('Challenge verification succeeded:', challengeVerification); } };