cleanup old params (#31039)

* cleanup old params

* one more
old-commit-hash: 7ce29ef08e9ee9c930238f697bfe3b69f6be368e
This commit is contained in:
Adeeb Shihadeh
2024-01-17 14:42:07 -08:00
committed by GitHub
parent 12903d673f
commit 269fbedbcb
5 changed files with 0 additions and 21 deletions
-1
View File
@@ -25,7 +25,6 @@ def is_registered_device() -> bool:
def register(show_spinner=False) -> Optional[str]:
params = Params()
params.put("SubscriberInfo", HARDWARE.get_subscriber_info())
IMEI = params.get("IMEI", encoding='utf8')
HardwareSerial = params.get("HardwareSerial", encoding='utf8')