From 3c0d16ae69beba3c9014fe4b28d3f59cd13fd122 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Tue, 9 Sep 2025 23:41:32 -0400 Subject: [PATCH] less --- .../selfdrive/controls/lib/speed_limit_controller/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py b/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py index ff82a7dde0..ce4ae1c63c 100644 --- a/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py +++ b/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py @@ -2,7 +2,6 @@ from cereal import custom SpeedLimitControlState = custom.LongitudinalPlanSP.SpeedLimitControlState -DEBUG = False PARAMS_UPDATE_PERIOD = 3. # secs. Time between parameter updates. DISABLED_GUARD_PERIOD = 2 # secs. PRE_ACTIVE_GUARD_PERIOD = 5 # secs. Time to wait after activation before considering temp deactivation signal.