Browse Source

removed debug messages

Pitu 8 năm trước cách đây
mục cha
commit
0483684de5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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)