Remove console logging

This commit is contained in:
Kevin Sawicki 2015-02-02 14:08:00 -08:00
parent 84453d5441
commit 434c9e60a8

View File

@ -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