diff --git a/homepage/index.js b/homepage/index.js index 8d0ec23..4f05dfa 100644 --- a/homepage/index.js +++ b/homepage/index.js @@ -147,7 +147,6 @@ function setRoutes() { try { let check = await solveCaptcha(post.captcha_id, post.captcha_answer); - console.log(check); if (!check) throw "CAPTCHA is wrong or expired";