mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
remove a console log that i used to check the json of the char
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user