Skip to content

Commit

Permalink
fix: remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Nov 21, 2024
1 parent 2024b4d commit 1d22b12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1d22b12

Please sign in to comment.