chore: remove stray log

This commit is contained in:
Pavel Feldman 2022-06-18 17:27:31 -07:00
parent e8070ee1b2
commit 1b927f1214

View File

@ -136,7 +136,6 @@ class HtmlReporter implements Reporter {
constructor(options: HtmlReporterOptions = {}) {
this._options = options;
console.log('HTML REPORTER OPTIONS', options);
}
printsToStdio() {