mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 03:21:20 +00:00
cleaned up comments
This commit is contained in:
parent
a00cb707cc
commit
4f3b57ceeb
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue