csv node: remove xs console.log

This commit is contained in:
Dave Conway-Jones 2020-04-14 11:02:14 +01:00
parent 24eb78d137
commit fda95dfc5d
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ module.exports = function(RED) {
}
if (msg.parts.index + 1 === msg.parts.count) {
msg.payload = node.store;
console.log(node.template)
msg.columns = node.template.filter(val => val).join(',');
delete msg.parts;
node.send(msg);