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:
parent
83965a91af
commit
1fd5e800a6
@ -67,7 +67,6 @@ function Blink1Node(n) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.on("close", function() {
|
this.on("close", function() {
|
||||||
console.log(typeof blink1.close);
|
|
||||||
if (blink1 && typeof blink1.close == "function") {
|
if (blink1 && typeof blink1.close == "function") {
|
||||||
blink1.close();
|
blink1.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user