mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
removed debug messages
This commit is contained in:
parent
cf98005c4f
commit
0483684de5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user