Removed debug console.log.

This commit is contained in:
Alexander Andreev 2022-07-12 22:01:31 +04:00
parent ec187225be
commit 218e595551
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 1 deletions

View File

@ -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";