Przeglądaj źródła

removed debug messages

Pitu 8 lat temu
rodzic
commit
0483684de5
1 zmienionych plików z 0 dodań i 2 usunięć
  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)