diff --git a/javascript/tokenscript-viewer/src/integration/turnstileCaptcha.ts b/javascript/tokenscript-viewer/src/integration/turnstileCaptcha.ts index 48163d5..75a61cb 100644 --- a/javascript/tokenscript-viewer/src/integration/turnstileCaptcha.ts +++ b/javascript/tokenscript-viewer/src/integration/turnstileCaptcha.ts @@ -39,7 +39,6 @@ export async function getTurnstileToken(sitekey?: string){ widgetId = turnstile.render("#" + elemId, { sitekey, callback: function (token) { - console.log(`Challenge Success ${token}`); resolve(token); turnstile.remove(widgetId); elem.remove();