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

@@ -58,7 +58,6 @@ namespace OpenWifi::AnalyticsObjects {
}
void DeviceInfo::to_json(Poco::JSON::Object &Obj) const {
std::cout << "OUT DeviceInfo" << std::endl;;
field_to_json(Obj,"boardId",boardId);
field_to_json(Obj,"type",type);
field_to_json(Obj,"serialNumber",serialNumber);
@@ -82,7 +81,6 @@ namespace OpenWifi::AnalyticsObjects {
field_to_json(Obj,"locale",locale);
field_to_json(Obj,"uptime",uptime);
field_to_json(Obj,"memory",memory);
std::cout << "OUT DeviceInfo done" << std::endl;;
}
bool DeviceInfo::from_json(const Poco::JSON::Object::Ptr &Obj) {