Skip to content

Commit 1fd5e80

Browse files
committed
remove debug from Blink1 - sorry.
1 parent 83965a9 commit 1fd5e80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hardware/blink/77-blink1.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function Blink1Node(n) {
6767
}
6868
});
6969
this.on("close", function() {
70-
console.log(typeof blink1.close);
7170
if (blink1 && typeof blink1.close == "function") {
7271
blink1.close();
7372
}

0 commit comments

Comments
 (0)