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

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();
}