mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
remove debug console.log from unicorn hat node
This commit is contained in:
parent
6627d020ae
commit
be2199640e
@ -130,7 +130,6 @@ module.exports = function(RED) {
|
|||||||
else if (s.length % 5 === 0) { // handles pixel updates
|
else if (s.length % 5 === 0) { // handles pixel updates
|
||||||
if (msg.topic) {
|
if (msg.topic) {
|
||||||
node.items[msg.topic] = msg.payload;
|
node.items[msg.topic] = msg.payload;
|
||||||
console.log("ITEMS",node.items);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
node.child.stdin.write('P'+msg.payload+'\n');
|
node.child.stdin.write('P'+msg.payload+'\n');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user