add logging to connect reporting

This commit is contained in:
Luke Pulverenti 2015-06-02 23:16:39 -04:00
parent 9bdb4a323f
commit 2eff956685
2 changed files with 1 additions and 5 deletions

View file

@ -618,6 +618,7 @@
device.on("disconnect", function () {
device.off("ready");
device.off("disconnect");
});
console.log('Calling device.connect');