wifi: Remove unnecessary log in getter

This commit is contained in:
Sébastien Deronne
2023-08-26 13:11:20 +02:00
parent 33f7260ae1
commit cfef4966bb

View File

@@ -1170,7 +1170,6 @@ WifiMac::SetWifiPhys(const std::vector<Ptr<WifiPhy>>& phys)
Ptr<WifiPhy>
WifiMac::GetWifiPhy(uint8_t linkId) const
{
NS_LOG_FUNCTION(this << +linkId);
return GetLink(linkId).phy;
}