remove debug code

This commit is contained in:
notmd
2023-01-30 02:00:45 +07:00
parent 0ab2fd5c5c
commit c05c0d88a1
+1 -1
View File
@@ -171,7 +171,7 @@ export default function auth(req: NextApiRequest, res: NextApiResponse) {
const ip = typeof forwarded === "string" ? forwarded.split(/, /)[0] : req.socket.remoteAddress;
const res = await checkCaptcha(captcha, ip);
console.log(res);
if (res.success) {
return true;
}