From 46a93761f626eace3477e93eccfb36268849c4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 25 Mar 2024 16:28:10 +0000 Subject: [PATCH] Update lora.cpp --- esphome/components/lora/lora.cpp | 1 - 1 file changed, 1 deletion(-) 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()) {