From 4f3b57ceeb1be4f4506b76a95810b91919276907 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Tue, 27 Sep 2016 16:23:40 +0100 Subject: [PATCH] cleaned up comments --- .../web/app/coffee/infrastructure/ExpressLocals.coffee | 8 -------- 1 file changed, 8 deletions(-) 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