diff --git a/openpilot/sunnypilot/modeld_v2/modeld.py b/openpilot/sunnypilot/modeld_v2/modeld.py index 3a0f65b730..8a74c12065 100755 --- a/openpilot/sunnypilot/modeld_v2/modeld.py +++ b/openpilot/sunnypilot/modeld_v2/modeld.py @@ -383,9 +383,6 @@ def main(demo=False): publish_state = PublishState() chestnut_state = ChestnutState(pm, USBGPU) if USBGPU else None - params.put_bool("UsbGpuPresent", USBGPU) - params.put_bool("UsbGpuCompiled", USBGPU) - # setup filter to track dropped frames frame_dropped_filter = FirstOrderFilter(0., 10., 1. / model.constants.MODEL_FREQ) frame_id = 0