Skip to content

Commit

Permalink
remove debug from Blink1 - sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
dceejay committed Dec 19, 2013
1 parent 83965a9 commit 1fd5e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware/blink/77-blink1.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function Blink1Node(n) {
}
});
this.on("close", function() {
console.log(typeof blink1.close);
if (blink1 && typeof blink1.close == "function") {
blink1.close();
}
Expand Down

0 comments on commit 1fd5e80

Please sign in to comment.