mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 18:20:53 +00:00
Remove useless code
See also https://github.com/esphome/esphome/pull/801/files#r342813117
This commit is contained in:
parent
d97bc95798
commit
1ed8e63d59
@ -134,7 +134,6 @@ void INA219Component::dump_config() {
|
|||||||
|
|
||||||
if (this->is_failed()) {
|
if (this->is_failed()) {
|
||||||
ESP_LOGE(TAG, "Communication with INA219 failed!");
|
ESP_LOGE(TAG, "Communication with INA219 failed!");
|
||||||
this->mark_failed();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
LOG_UPDATE_INTERVAL(this);
|
LOG_UPDATE_INTERVAL(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user