From a90c2eb4b1de1695a784cd8035faf328fccb8b24 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:50:15 -0500 Subject: [PATCH] Logging Delete not_vetted --- frogpilot/common/frogpilot_variables.py | 2 +- not_vetted | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 not_vetted diff --git a/frogpilot/common/frogpilot_variables.py b/frogpilot/common/frogpilot_variables.py index a4f90ffad..73b8da15b 100644 --- a/frogpilot/common/frogpilot_variables.py +++ b/frogpilot/common/frogpilot_variables.py @@ -383,7 +383,7 @@ class FrogPilotVariables: self.frogpilot_toggles = get_frogpilot_toggles(block=False) self.tuning_levels = {key: lvl for key, _, lvl in frogpilot_default_params + misc_tuning_levels} - self.short_branch = get_build_metadata().channel + self.short_branch = "FrogPilot-Staging" self.development_branch = self.short_branch == "FrogPilot-Development" self.release_branch = self.short_branch == "FrogPilot" self.staging_branch = self.short_branch == "FrogPilot-Staging" diff --git a/not_vetted b/not_vetted deleted file mode 100644 index e69de29bb..000000000