diff --git a/back/api/script.ts b/back/api/script.ts index 6187fb97..ce22aaa0 100644 --- a/back/api/script.ts +++ b/back/api/script.ts @@ -21,7 +21,6 @@ const storage = multer.diskStorage({ cb(null, config.scriptPath); }, filename: function (req, file, cb) { - console.log(req); cb(null, file.originalname); }, });