wifi: Do not log each time WifiMacQueue::TtlExceeded is entered

This commit is contained in:
Sébastien Deronne
2021-07-05 21:00:34 +02:00
parent 171d1978d8
commit c5a0f35503

View File

@@ -95,8 +95,6 @@ WifiMacQueue::GetMaxDelay (void) const
bool
WifiMacQueue::TtlExceeded (ConstIterator &it)
{
NS_LOG_FUNCTION (this);
if (Simulator::Now () > (*it)->GetTimeStamp () + m_maxDelay)
{
NS_LOG_DEBUG ("Removing packet that stayed in the queue for too long (" <<