From c81dc7c36cc7fe9a6165a01b6cfef93d6e0343c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20ARAN?= Date: Thu, 31 Oct 2024 00:17:50 +0300 Subject: [PATCH] Fix data size --- components/samsung_ac/protocol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/samsung_ac/protocol.cpp b/components/samsung_ac/protocol.cpp index 85d4c5f0..ad222593 100644 --- a/components/samsung_ac/protocol.cpp +++ b/components/samsung_ac/protocol.cpp @@ -73,7 +73,6 @@ namespace esphome if (result == DecodeResult::SizeDidNotMatch || result == DecodeResult::UnexpectedSize) { - ESP_LOGE(TAG, "Data size did not match expected: %s", bytes_to_hex(data).c_str()); return DataResult::Fill; }