Code changes after analyzer

This commit is contained in:
stephb9959
2022-03-25 14:09:23 -07:00
parent a38e60674d
commit 7cc1ea1e48
4 changed files with 1 additions and 9 deletions

View File

@@ -131,11 +131,6 @@ namespace OpenWifi {
for(const auto &j:i) {
Poco::JSON::Object O;
j.to_json(O);
std::ostringstream OO;
O.stringify(OO);
std::cout << OO.str() << std::endl;
InnerArray.add(O);
}
Outer.add(InnerArray);