diff --git a/esphome/components/lora/lora.cpp b/esphome/components/lora/lora.cpp index d7ce4a0017..238d449f73 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -142,7 +142,6 @@ void Lora::loop() { std::string buffer; std::vector data; bool pin_data_found = false; - ESP_LOGD(TAG, "Starting to check for messages"); if (!this->available()) return; while (this->available()) {