mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-16 01:31:06 +00:00
Code changes after analyzer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user