From 1134f361cbc1dabe7a5eaf2d44b46911bbf7305b Mon Sep 17 00:00:00 2001 From: Onja Date: Tue, 10 Oct 2023 17:24:25 +0300 Subject: [PATCH] Remove commented out code for parsing data and logging it in consoleSubscriber.js --- src/subscribers/consoleSubscriber.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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