Pitu пре 8 година
родитељ
комит
0483684de5
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      controllers/uploadController.js

+ 0 - 2
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)