Removed log entry

This commit is contained in:
paulchilton
2022-12-31 20:48:08 +00:00
committed by GitHub
parent cb8a0e8364
commit 25fcd23de9

View File

@@ -205,7 +205,6 @@ void AXP192Component::ReadBuff( uint8_t Addr , uint8_t Size , uint8_t *Buff )
void AXP192Component::UpdateBrightness()
{
ESP_LOGD(TAG, GetStartupReason());
ESP_LOGD(TAG, "Brightness=%f (Curr: %f)", brightness_, curr_brightness_);
if (brightness_ == curr_brightness_)
{