From c4f6ed7357af61a24bb04d4fbbbaeefa5229edb8 Mon Sep 17 00:00:00 2001 From: Ro Date: Thu, 21 May 2020 14:16:30 -0700 Subject: [PATCH] quick clean up commit --- brain/api/v1/settings.js | 1 - 1 file changed, 1 deletion(-) 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({