mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
移除console
This commit is contained in:
parent
1602f829ba
commit
6d42a680b1
|
@ -21,7 +21,6 @@ const storage = multer.diskStorage({
|
|||
cb(null, config.scriptPath);
|
||||
},
|
||||
filename: function (req, file, cb) {
|
||||
console.log(req);
|
||||
cb(null, file.originalname);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user