Skip to content

Commit b4e3694

Browse files
committed
fix(reporter): remove console.log
This was introduced by d1f924c
1 parent 5c6b151 commit b4e3694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/reporters/base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ var BaseReporter = function (formatError, reportSlow, useColors, browserConsoleL
137137
}
138138

139139
BaseReporter.decoratorFactory = function (formatError, reportSlow, useColors, browserConsoleLogOptions) {
140-
console.log('decorator', arguments)
141140
return function (self) {
142141
BaseReporter.call(self, formatError, reportSlow, useColors, browserConsoleLogOptions)
143142
}

0 commit comments

Comments
 (0)