Skip to content

Commit

Permalink
Updated to read node info from release 3.18.9 +
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Sep 23, 2018
1 parent 45ae57f commit 2d4711f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ void Node::readDataFromJSON(const std::string &json)
ssid = it->second.get_value<std::string>();
}
}

else if (key == "node_details")
{
for (boost::property_tree::ptree::const_iterator ndit = subtree.begin(); ndit != subtree.end(); ++ndit)
Expand Down Expand Up @@ -313,7 +312,6 @@ void Node::readDataFromJSON(const std::string &json)
else
{
std::cerr << "Error parsing sysinfo.json output for " << name << std::endl;
std::cerr << " Key = " << key << std::endl;
}
}
}
Expand Down

0 comments on commit 2d4711f

Please sign in to comment.