Skip to content

Commit

Permalink
fix(device samples): remove unnecessary line (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoseph Maguire committed Aug 18, 2020
1 parent 85981e9 commit 4376127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion device/samples/simple_sample_device.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ let sendInterval;

function disconnectHandler () {
clearInterval(sendInterval);
client.removeAllListeners();
client.open().catch((err) => {
console.error(err.message);
});
Expand Down

0 comments on commit 4376127

Please sign in to comment.