mirror of https://github.com/commaai/openpilot.git
Params: remove unused key (#31826)
This commit is contained in:
parent
fb9f31efb7
commit
0e92097f7e
|
@ -207,7 +207,6 @@ std::unordered_map<std::string, uint32_t> keys = {
|
|||
{"UpdaterTargetBranch", CLEAR_ON_MANAGER_START},
|
||||
{"UpdaterLastFetchTime", PERSISTENT},
|
||||
{"Version", PERSISTENT},
|
||||
{"VisionRadarToggle", PERSISTENT},
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in New Issue