diff --git a/src/wifi/model/txop.cc b/src/wifi/model/txop.cc index 829eecf58..24b29ef22 100644 --- a/src/wifi/model/txop.cc +++ b/src/wifi/model/txop.cc @@ -230,7 +230,6 @@ Txop::SetDroppedMpduCallback(DroppedMpdu callback) Ptr Txop::GetWifiMacQueue() const { - NS_LOG_FUNCTION(this); return m_queue; }