1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

remove debug from Blink1 - sorry.

This commit is contained in:
Dave C-J 2013-12-19 14:45:01 +00:00
parent 83965a91af
commit 1fd5e800a6

View File

@ -67,7 +67,6 @@ function Blink1Node(n) {
}
});
this.on("close", function() {
console.log(typeof blink1.close);
if (blink1 && typeof blink1.close == "function") {
blink1.close();
}