Skip to content

Commit

Permalink
Remove unused global variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
atlewee committed Jun 4, 2019
1 parent 6ffdf92 commit 6583163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion knxEasy-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module.exports = (RED) => {
node.host = n.host
node.port = n.port
node.status = "disconnected";
node.context().global.set("knxEasyDpts", dptlib.dpts)

var knxErrorTimeout
node.inputUsers = []
Expand Down

0 comments on commit 6583163

Please sign in to comment.