From ca1cf64fa2eff6d954f6d0e3c3fcd119f29ad644 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Fri, 22 Sep 2023 22:06:17 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12945 Signed-off-by: stephb9959 --- src/AutoDiscovery.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AutoDiscovery.cpp b/src/AutoDiscovery.cpp index 6072825..ef336fb 100644 --- a/src/AutoDiscovery.cpp +++ b/src/AutoDiscovery.cpp @@ -74,7 +74,6 @@ namespace OpenWifi { Poco::JSON::Parser Parser; auto Object = Parser.parse(Msg->Payload()).extract(); - std::cout << Msg->Payload() << std::endl; if (Object->has(uCentralProtocol::PAYLOAD)) { auto PayloadObj = Object->getObject(uCentralProtocol::PAYLOAD); std::string ConnectedIP, SerialNumber, Compatible, Firmware, Locale ;