From c24d3d6e2fe5287f09f1043e6e7451b770cf640d Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 8 Jun 2022 18:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/api/script.ts | 1 - 1 file changed, 1 deletion(-) 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); }, });