Skip to content

Commit

Permalink
Working on controller
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 12, 2023
1 parent cd47a3d commit 66efccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/matter/ControllerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ class Controller {
await this.adapter.setObjectAsync(channelObj._id, channelObj);
}


this.adapter.log.debug(
`${''.padStart(level * 2)}Cluster-Client "${clusterClient.name}" (${toHexString(clusterClient.id)}) ${supportedFeatures.length ? `(Features: ${supportedFeatures.join(", ")})` : ""}`
);
Expand Down

0 comments on commit 66efccb

Please sign in to comment.