chore: remove stray log
This commit is contained in:
parent
e8070ee1b2
commit
1b927f1214
|
|
@ -136,7 +136,6 @@ class HtmlReporter implements Reporter {
|
||||||
|
|
||||||
constructor(options: HtmlReporterOptions = {}) {
|
constructor(options: HtmlReporterOptions = {}) {
|
||||||
this._options = options;
|
this._options = options;
|
||||||
console.log('HTML REPORTER OPTIONS', options);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
printsToStdio() {
|
printsToStdio() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue