stephb9959
2023-10-16 10:45:38 -07:00
parent eb4722d944
commit 08976831f2
3 changed files with 7 additions and 8 deletions

View File

@@ -99,7 +99,6 @@ namespace OpenWifi {
if (Device->Get(Configuration)) {
std::ostringstream OS;
Configuration->stringify(OS);
std::cout << OS.str() << std::endl;
Results.appliedConfiguration = OS.str();
auto Response = Poco::makeShared<Poco::JSON::Object>();
poco_debug(Logger(),