diff --git a/src/subscribers/consoleSubscriber.js b/src/subscribers/consoleSubscriber.js index c967750..e7fbac1 100644 --- a/src/subscribers/consoleSubscriber.js +++ b/src/subscribers/consoleSubscriber.js @@ -75,6 +75,6 @@ emitter.on('parse.error', ({ filepath, columns, error }) => { }); // Create a new listener for the parse.data event -emitter.on('parse.data', ({ filepath, columns, data, index }) => { - log('parse.data', `Parsed ${filepath} with columns at index ${index}`); -}); \ No newline at end of file +// emitter.on('parse.data', ({ filepath, columns, data, index }) => { +// log('parse.data', `Parsed ${filepath} with columns at index ${index}`); +// }); \ No newline at end of file