mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
移除console
This commit is contained in:
parent
33d820acdb
commit
c24d3d6e2f
|
@ -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