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