Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Mar 7, 2017
1 parent e1b9348 commit dd25ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transform.js
Expand Up @@ -45,7 +45,6 @@ function transform(file) {
output = parse.call(this)
finish(output)
} catch (err) {
console.log(err)
this.emit('error', new Error(
err.toString().replace('Error: ', '') + ' (' + file + ')')
)
Expand Down

0 comments on commit dd25ff6

Please sign in to comment.