diff --git a/esphome/components/ebyte_lora_e220/ebyte_lora_e220.cpp b/esphome/components/ebyte_lora_e220/ebyte_lora_e220.cpp index ac61ee5f18..504959a844 100644 --- a/esphome/components/ebyte_lora_e220/ebyte_lora_e220.cpp +++ b/esphome/components/ebyte_lora_e220/ebyte_lora_e220.cpp @@ -118,8 +118,6 @@ void EbyteLoraE220::dump_config() { LOG_PIN(" M1 Pin: ", this->pin_m1); }; void EbyteLoraE220::loop() { - // This will be called by App.loop() - ESP_LOGD(TAG, "Checking if uart is available"); if (!available()) { return; }