remove debug log

This commit is contained in:
Mystikfluu 2023-02-10 16:06:28 +01:00
parent 83941add4d
commit 1f061af9a0

View File

@ -13,8 +13,6 @@ export const setup = function (router, con, server) {
if(data.success) { if(data.success) {
console.log("captcha success")
let appid = req.body.application_id let appid = req.body.application_id
if(typeof appid === "string") { if(typeof appid === "string") {
appid = Number(appid) appid = Number(appid)