REmoving the keys list from the OCOmputer info, not needed

This commit is contained in:
Sam Gateau 2019-05-28 00:32:02 -07:00
parent 6f74098032
commit a729369655

View file

@ -22,8 +22,7 @@ bool Instance::enumeratePlatform() {
// And profile the platform and put the tier in "computer"
_computer[keys::computer::profileTier] = Profiler::TierNames[Profiler::profilePlatform()];
_computer["keys"] = listAllKeys();
return true;
}