Skip to content

Commit

Permalink
Revert "moreLogging"
Browse files Browse the repository at this point in the history
This reverts commit 3c78551.
  • Loading branch information
asgothian committed Dec 29, 2024
1 parent c5998e7 commit 17c2952
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,7 @@ class Zigbee extends utils.Adapter {
target = entity.mapped;
} else {
target = await this.zbController.resolveEntity(deviceId, epName);
if (has_elevated_debug) this.log.warn(`ELEVATED: Resolved target: ${safeJsonStringify(target)}`);
target = target.endpoint;
if (has_elevated_debug) this.log.warn(`ELEVATED: selected endpoint of resolved Target: ${safeJsonStringify(target)}`);
}

this.log.debug(`target: ${safeJsonStringify(target)}`);
Expand Down

0 comments on commit 17c2952

Please sign in to comment.