mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove todo statments
This commit is contained in:
parent
f021f21f11
commit
716b309208
1 changed files with 0 additions and 3 deletions
|
@ -61,7 +61,6 @@ for paths in pathList
|
|||
fingerprints[filePath] = hash
|
||||
|
||||
if paths.length == 1
|
||||
#todo deal with ace multi file hash
|
||||
path = paths[0]
|
||||
splitPath = path.split("/")
|
||||
filenameSplit = splitPath.pop().split(".")
|
||||
|
@ -139,8 +138,6 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)->
|
|||
res.locals.buildJsPath = (jsFile, opts = {})->
|
||||
path = Path.join(jsPath, jsFile)
|
||||
|
||||
|
||||
# TODO CDN?
|
||||
if opts.hashedPath
|
||||
path = hashedFiles[path]
|
||||
|
||||
|
|
Loading…
Reference in a new issue