Kill console.log

This commit is contained in:
Nathan Sobo
2012-07-04 21:27:13 -06:00
parent 2ddd5820f7
commit 764265e97f

View File

@@ -109,7 +109,6 @@ __coffeeCache = (filePath) ->
tmpPath = "/tmp/atom-compiled-scripts"
cacheFilePath = [tmpPath, $native.md5ForPath(filePath)].join("/")
console.log cacheFilePath
if __exists(cacheFilePath)
__read(cacheFilePath)
else