mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove a console.log
This commit is contained in:
parent
f4602d0b38
commit
2adae20368
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue