diff --git a/brain/api/v1/settings.js b/brain/api/v1/settings.js index 926c99f..471630d 100644 --- a/brain/api/v1/settings.js +++ b/brain/api/v1/settings.js @@ -16,7 +16,6 @@ const book = new Book(); const uploadPath = './public/assets/images/user/' + moment().format('YYYY') + '/' + moment().format('MM'); fs.ensureDir(uploadPath, () => { - //console.log(err) // => null // dir has now been created, including the directory it is to be placed in }); var storage = multer.diskStorage({