mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 11:52:04 +02:00
REmoving the keys list from the OCOmputer info, not needed
This commit is contained in:
parent
6f74098032
commit
a729369655
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue