Skip to content

Commit 9589450

Browse files
zubairovjhorbulyk
authored andcommitted
Removed unnecessary log
1 parent fd49ebe commit 9589450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/actions/write.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ function processAction(msg) {
5959
});
6060
}, 10000);
6161

62-
console.log('Writing to stream', msg.body);
63-
6462
stringifier.write(msg.body);
6563
rowCount++;
6664
this.emit('end');

0 commit comments

Comments
 (0)