remove a console.log

This commit is contained in:
Henry Oswald 2019-02-06 11:43:11 +00:00
parent f4602d0b38
commit 2adae20368

View file

@ -53,5 +53,4 @@ module.exports =
if !key?
key = uuid.v1()
key = key.replace(/\//g,"-")
console.log Settings.path.uploadFolder, key
path.join(Settings.path.uploadFolder, key)