diff --git a/components/mitsubishi_heatpump/espmhp.cpp b/components/mitsubishi_heatpump/espmhp.cpp index 88aa168..55e4dc8 100644 --- a/components/mitsubishi_heatpump/espmhp.cpp +++ b/components/mitsubishi_heatpump/espmhp.cpp @@ -425,8 +425,6 @@ void MitsubishiHeatPump::hpSettingsChanged() { return; } - ESP_LOGD(TAG, "Settings - Raw Data Received: %s", currentSettings.raw); - /* * ************ HANDLE POWER AND MODE CHANGES *********** * https://github.com/geoffdavis/HeatPump/blob/stream/src/HeatPump.h#L125