remove superfluous console.log

This commit is contained in:
Dave Conway-Jones 2021-03-11 19:35:53 +00:00
parent fe42b69712
commit c66daa6220
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ module.exports = function(RED) {
while (bits.length > 1) {
var m = RED.util.cloneMessage(lastmsg);
m.payload = bits.shift();
console.log(m);
node.send([m,null,null]);
}
line = bits[0];