remove a console log that i used to check the json of the char

This commit is contained in:
Wilfred Chen
2023-04-21 21:18:12 +08:00
parent 9da5af340e
commit 55ed580cd1
6 changed files with 4 additions and 7 deletions

View File

@@ -721,7 +721,6 @@ app.post("/editcharacter", urlencodedParser, async function (request, response)
char.create_date = request.body.create_date;
char = JSON.stringify(char);
let target_img = (request.body.avatar_url).replace('.png', '');
console.log(char);
try {
if (!filedata) {