wifi: Cleanup puncturing test logs

This commit is contained in:
Sébastien Deronne
2022-09-07 21:14:04 +02:00
parent cf39dad6f7
commit 30c7e39a6c

View File

@@ -1241,9 +1241,6 @@ TestDlOfdmaPhyPuncturing::DoCheckPhyState (Ptr<OfdmaSpectrumWifiPhy> phy, WifiPh
void
TestDlOfdmaPhyPuncturing::DoSetup (void)
{
WifiHelper::EnableLogComponents ();
LogComponentEnable ("WifiPhyOfdmaTest", LOG_LEVEL_ALL);
Ptr<MultiModelSpectrumChannel> spectrumChannel = CreateObject<MultiModelSpectrumChannel> ();
Ptr<FriisPropagationLossModel> lossModel = CreateObject<FriisPropagationLossModel> ();
lossModel->SetFrequency (m_frequency * 1e6);