aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/uploadController.js2
1 files changed, 0 insertions, 2 deletions
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)