Skip to content

Commit

Permalink
Revert attempted log in QueryResponder.cpp - more work needed, likely…
Browse files Browse the repository at this point in the history
… part of #19595
  • Loading branch information
andy31415 committed Jun 16, 2022
1 parent cb792b8 commit 332cde2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/dnssd/minimal_mdns/responders/QueryResponder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ QueryResponderSettings QueryResponderBase::AddResponder(RecordResponder * respon
{
return QueryResponderSettings();
}
ChipLogDetail(Discovery, "Responding with %s", responder->GetQName());

for (size_t i = 0; i < mResponderInfoSize; i++)
{
Expand Down

0 comments on commit 332cde2

Please sign in to comment.