From f9c494ad9fa237f9b475475a651f0b0cc1c7de4b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 25 Sep 2025 11:09:32 -0500 Subject: [PATCH] Update esphome/components/text_sensor/text_sensor.cpp --- esphome/components/text_sensor/text_sensor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/text_sensor/text_sensor.cpp b/esphome/components/text_sensor/text_sensor.cpp index ead04a9899..17bf20466e 100644 --- a/esphome/components/text_sensor/text_sensor.cpp +++ b/esphome/components/text_sensor/text_sensor.cpp @@ -6,7 +6,6 @@ namespace text_sensor { static const char *const TAG = "text_sensor"; -// Function implementation of LOG_TEXT_SENSOR macro to reduce code size void log_text_sensor(const char *tag, const char *prefix, const char *type, TextSensor *obj) { if (obj == nullptr) { return;