Skip to content

Commit

Permalink
fix(reporter): remove console.log
Browse files Browse the repository at this point in the history
This was introduced by d1f924c
  • Loading branch information
hpurmann committed Jun 28, 2016
1 parent 5c6b151 commit b4e3694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporters/base.js
Expand Up @@ -137,7 +137,6 @@ var BaseReporter = function (formatError, reportSlow, useColors, browserConsoleL
}

BaseReporter.decoratorFactory = function (formatError, reportSlow, useColors, browserConsoleLogOptions) {
console.log('decorator', arguments)
return function (self) {
BaseReporter.call(self, formatError, reportSlow, useColors, browserConsoleLogOptions)
}
Expand Down

0 comments on commit b4e3694

Please sign in to comment.