Skip to content

Commit

Permalink
Merge pull request #2206 from actano/remove_console_log
Browse files Browse the repository at this point in the history
Remove console.log
  • Loading branch information
dignifiedquire authored Jun 28, 2016
2 parents 5c6b151 + b4e3694 commit c67a7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporters/base.js
Original file line number Diff line number Diff line change
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 c67a7d3

Please sign in to comment.