mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove debug log.
Don't think it makes much sense
This commit is contained in:
@ -16,7 +16,6 @@ router.post('/sanitize-filename', jsonParser, async (request, response) => {
|
||||
}
|
||||
|
||||
const sanitizedFilename = sanitize(fileName);
|
||||
console.debug(`Sanitized fileName: ${fileName} -> ${sanitizedFilename}`);
|
||||
return response.send({ fileName: sanitizedFilename });
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
Reference in New Issue
Block a user