cleaned up comments

This commit is contained in:
Henry Oswald 2016-09-27 16:23:40 +01:00
parent a00cb707cc
commit 4f3b57ceeb

View file

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