We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd49ebe commit 9589450Copy full SHA for 9589450
lib/actions/write.js
@@ -59,8 +59,6 @@ function processAction(msg) {
59
});
60
}, 10000);
61
62
- console.log('Writing to stream', msg.body);
63
-
64
stringifier.write(msg.body);
65
rowCount++;
66
this.emit('end');
0 commit comments