mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
remove superfluous console.log
This commit is contained in:
parent
fe42b69712
commit
c66daa6220
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user