athena: remove primeActivated endpoint (#30542)

old-commit-hash: 07e75c7cb8337c7ca6aad0234cfdbf4c5327ba70
This commit is contained in:
Adeeb Shihadeh
2023-11-28 11:43:01 -08:00
committed by GitHub
parent 87de927d0d
commit 47ce76ae1f
-5
View File
@@ -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: