From f93647d459157c44c8515308608d6844bc39724d Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 5 Oct 2023 21:43:53 +0200 Subject: [PATCH] wifi: Remove log in Txop getter --- src/wifi/model/txop.cc | 1 - 1 file changed, 1 deletion(-) 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; }