From 764265e97f3391f52d91138cd5898f7bbb567f1c Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 4 Jul 2012 21:27:13 -0600 Subject: [PATCH] Kill console.log --- src/stdlib/require.coffee | 1 - 1 file changed, 1 deletion(-) 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