mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 16:11:34 -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?
|
if !key?
|
||||||
key = uuid.v1()
|
key = uuid.v1()
|
||||||
key = key.replace(/\//g,"-")
|
key = key.replace(/\//g,"-")
|
||||||
console.log Settings.path.uploadFolder, key
|
|
||||||
path.join(Settings.path.uploadFolder, key)
|
path.join(Settings.path.uploadFolder, key)
|
||||||
|
|
Loading…
Reference in a new issue