Skip to content

Commit

Permalink
Remove use of CHIP_MINMDNS_HIGH_VERBOSITY from shared resolve code. (#…
Browse files Browse the repository at this point in the history
…29333)

That define is only available when doing minmdns.

Fixes #29215
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jan 19, 2024
1 parent 6c3e995 commit 1911973
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/address_resolve/AddressResolve_DefaultImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,7 @@ void Resolver::ReArmTimer()

if (nextTimeout == kInvalidTimeout)
{
#if CHIP_MINMDNS_HIGH_VERBOSITY
// Generally this is only expected when no active lookups exist
ChipLogProgress(Discovery, "Discovery does not require any more timeouts");
#endif
return;
}

Expand Down

0 comments on commit 1911973

Please sign in to comment.