Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann committed Feb 24, 2024
1 parent a43e01f commit be43192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,6 @@ module.exports = function (RED) {
this.isError = false
this.refreshChildrenNodeStatus()

// if (!this.isSubscribed) {
const topicsToSubscribe = [
`$aws/things/${this.credentials.thingId}/shadow/get/accepted`,
`vsh/${this.credentials.thingId}/+/directive`,
Expand All @@ -780,7 +779,6 @@ module.exports = function (RED) {
this.mqttClient.subscribe(topicsToSubscribe).catch((error) => {
this.logger('MQTT: subscription failed', error, 'error')
})
// }

this.markShadowAsConnectedDebounced()
})
Expand Down

0 comments on commit be43192

Please sign in to comment.