Skip to content

Commit c4dfdf6

Browse files
committed
style(log): remove console log
1 parent 24a007b commit c4dfdf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reporter-factory.mjs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export default function reporterFactory(config = {}) {
3434
* @returns {Promise<void[]>}
3535
*/
3636
async function reporter(result) {
37-
// console.log('reporter', result.results);
38-
3937
/**
4038
* The formatter to be used for formatting results.
4139
* @type {Formatter}

0 commit comments

Comments
 (0)