From 07e75c7cb8337c7ca6aad0234cfdbf4c5327ba70 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 28 Nov 2023 11:43:01 -0800 Subject: [PATCH] athena: remove primeActivated endpoint (#30542) --- selfdrive/athena/athenad.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/selfdrive/athena/athenad.py b/selfdrive/athena/athenad.py index c93b434677..eb61c6dd58 100755 --- a/selfdrive/athena/athenad.py +++ b/selfdrive/athena/athenad.py @@ -455,11 +455,6 @@ def cancelUpload(upload_id: Union[str, List[str]]) -> Dict[str, Union[int, str]] return {"success": 1} -@dispatcher.add_method -def primeActivated(activated: bool) -> Dict[str, int]: - return {"success": 1} - - @dispatcher.add_method def setBandwithLimit(upload_speed_kbps: int, download_speed_kbps: int) -> Dict[str, Union[int, str]]: if not AGNOS: