Removed unneeded log line

This commit is contained in:
Pieter Kokx 2024-12-23 00:26:25 +01:00
parent affad89692
commit 7566f6f818
No known key found for this signature in database
GPG Key ID: BD73BAB527D54451

View File

@ -227,7 +227,6 @@ void DucoDiscovery::loop() {
void DucoDiscovery::receive_response(const DucoMessage &message) {
if (message.function == 0x0e) {
ESP_LOGV(TAG, "Discovery response message: %s", format_hex_pretty(message.get_message()).c_str());
this->parent_->stop_waiting(message.id);
if (message.data[0] != 0x00) {