diff --git a/src/stdlib/require.coffee b/src/stdlib/require.coffee index 46f6fbb55..15e72c976 100644 --- a/src/stdlib/require.coffee +++ b/src/stdlib/require.coffee @@ -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