lint: remove console logging for reporter
This commit is contained in:
parent
087a722017
commit
a8bfb58d2d
|
@ -93,9 +93,6 @@ export async function main(argv: Array<string>): Promise<number> {
|
|||
}
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.info('reporter', args.reporter, REPORTERS.keys(), REPORTERS.get(args.reporter));
|
||||
|
||||
// invoke reporter
|
||||
const reporterClass = mustGet(REPORTERS, args.reporter);
|
||||
const reporter = new reporterClass();
|
||||
|
|
Loading…
Reference in New Issue