From 033475bc834cd4a32134bd0dcdedb15ab4a3e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Thu, 1 Feb 2024 16:32:13 +0000 Subject: [PATCH] Update ebyte_lora_e220.cpp --- esphome/components/ebyte_lora_e220/ebyte_lora_e220.cpp | 2 -- 1 file changed, 2 deletions(-) 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; }