diff --git a/services/web/app/coffee/infrastructure/ExpressLocals.coffee b/services/web/app/coffee/infrastructure/ExpressLocals.coffee index 8396c8a61a..1b316f37ab 100644 --- a/services/web/app/coffee/infrastructure/ExpressLocals.coffee +++ b/services/web/app/coffee/infrastructure/ExpressLocals.coffee @@ -53,15 +53,7 @@ for paths in pathList logger.log "#{filePath}: #{hash}" fingerprints[filePath] = hash - - - - - - - getFingerprint = (path) -> - console.log path, fingerprints[path], "!!!!!!!!!!!" if fingerprints[path]? return fingerprints[path] else