1
0
Fork 0

lint: remove console logging for reporter

This commit is contained in:
Sean Sube 2022-04-22 18:55:10 -05:00
parent 087a722017
commit a8bfb58d2d
1 changed files with 0 additions and 3 deletions

View File

@ -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();