mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 08:26: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);
|
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