Removed debug console.log.
This commit is contained in:
parent
ec187225be
commit
218e595551
@ -147,7 +147,6 @@ function setRoutes() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
let check = await solveCaptcha(post.captcha_id, post.captcha_answer);
|
let check = await solveCaptcha(post.captcha_id, post.captcha_answer);
|
||||||
console.log(check);
|
|
||||||
if (!check)
|
if (!check)
|
||||||
throw "CAPTCHA is wrong or expired";
|
throw "CAPTCHA is wrong or expired";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user