1
0
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:
Dave Conway-Jones 2016-03-26 17:38:37 +00:00
parent 6627d020ae
commit be2199640e

View File

@ -130,7 +130,6 @@ module.exports = function(RED) {
else if (s.length % 5 === 0) { // handles pixel updates
if (msg.topic) {
node.items[msg.topic] = msg.payload;
console.log("ITEMS",node.items);
}
else {
node.child.stdin.write('P'+msg.payload+'\n');