From 1f08159b642a65580f38bf263cd6ec30bdc3c428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 26 Aug 2024 22:10:25 +0200 Subject: [PATCH] wifi: Cleanup remaining log in test --- src/wifi/test/wifi-operating-channel-test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wifi/test/wifi-operating-channel-test.cc b/src/wifi/test/wifi-operating-channel-test.cc index b814fde72..85a63f91e 100644 --- a/src/wifi/test/wifi-operating-channel-test.cc +++ b/src/wifi/test/wifi-operating-channel-test.cc @@ -269,7 +269,6 @@ PhyChannelSettingsToOperatingChannelTest::PhyChannelSettingsToOperatingChannelTe void PhyChannelSettingsToOperatingChannelTest::DoSetup() { - LogComponentEnable("WifiPhyOperatingChannel", LOG_LEVEL_ALL); auto spectrumChannel = CreateObject(); auto node = CreateObject(); auto dev = CreateObject();