diff --git a/components/axp192/axp192.cpp b/components/axp192/axp192.cpp index dae2310..2e25e56 100644 --- a/components/axp192/axp192.cpp +++ b/components/axp192/axp192.cpp @@ -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_) {