mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Kill console.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user