Skip to content

Commit

Permalink
removed unneeded logs from ESPHome Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 31, 2023
1 parent 3f09f70 commit 5a7a587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Esphome extends utils.Adapter {
this.log.debug(`[ESPHome - Console] ${data}`);
}
} else {
this.log.error(`[dashboardProcess ERROR] ${data}`);
console.debug(`[espHomeDashboard] Unknown logging data : ${JSON.stringify(data)}`);
}
});

Expand Down

0 comments on commit 5a7a587

Please sign in to comment.