diff --git a/controllers/uploadController.js b/controllers/uploadController.js index 92671e0..97e7cb5 100644 --- a/controllers/uploadController.js +++ b/controllers/uploadController.js @@ -80,8 +80,6 @@ uploadsController.list = function(req, res){ db.table('files').then((files) => { db.table('albums').then((albums) => { - console.log(files) - for(let file of files){ file.file = config.basedomain + config.uploads.prefix + file.name file.date = new Date(file.timestamp * 1000)