From 434c9e60a8bdbc11af00d5169abd811561c0696e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 2 Feb 2015 14:08:00 -0800 Subject: [PATCH] Remove console logging --- src/6to5.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/6to5.coffee b/src/6to5.coffee index 448e47da5..d51b513d5 100644 --- a/src/6to5.coffee +++ b/src/6to5.coffee @@ -117,7 +117,6 @@ transpile = (sourceCode, filePath, cachePath) -> js = to5.transform(sourceCode, options).code stats.misses++ catch error - console.error('Error compiling %s: %o', filePath, error) throw error try