Skip to content

Commit

Permalink
Remove debug print on interface selection
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Grela <[email protected]>
  • Loading branch information
enkiusz committed Feb 4, 2025
1 parent b1f4fa8 commit afa9cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams)
#if CHIP_MDNS_MINIMAL
if (mInterfaceId != chip::Inet::InterfaceId::Null())
{
ChipLogProgress(AppServer, "Selecting interface %d for mDNS address policy", mInterfaceId.GetPlatformInterface());
static mdns::Minimal::SingleInterfaceAddressPolicy policy(mdns::Minimal::GetAddressPolicy(), mInterfaceId);
mdns::Minimal::SetAddressPolicy(&policy);
}
Expand Down

0 comments on commit afa9cc2

Please sign in to comment.