Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asgothian committed Jan 11, 2025
1 parent bdc6d75 commit 66464f3
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 @@ -644,8 +644,6 @@ class Zigbee extends utils.Adapter {
try {
const entity = await this.zbController.resolveEntity(deviceId);

this.log.warn(`entity: ${deviceId} ${model} ${safeJsonStringify(entity)}`);

const mappedModel = (entity ? entity.mapped : undefined);

if (!mappedModel) {
Expand Down

0 comments on commit 66464f3

Please sign in to comment.