remove todo statments

This commit is contained in:
Henry Oswald 2017-12-13 16:50:18 +00:00
parent f021f21f11
commit 716b309208

View file

@ -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]