Revert "SP-35: Driving Model Selector: Reset all related params if branches/remote have changed"

This commit is contained in:
Jason Wen
2024-05-24 04:13:30 +00:00
parent e78ae2c140
commit 407dfd0d6b
3 changed files with 8 additions and 16 deletions
-1
View File
@@ -17,7 +17,6 @@ enum ParamKeyType {
DONT_LOG = 0x20,
DEVELOPMENT_ONLY = 0x40,
BACKUP = 0x80,
CLEAR_ON_BRANCH_SWITCH = 0x100,
ALL = 0xFFFFFFFF
};