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
1 changed files with 0 additions and 1 deletions

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');