diff --git a/frontend/components/App/App.tsx b/frontend/components/App/App.tsx index de199eff83..d2f4cd5595 100644 --- a/frontend/components/App/App.tsx +++ b/frontend/components/App/App.tsx @@ -112,10 +112,6 @@ const App = ({ children, location }: IAppProps): JSX.Element => { console.error(error); } } - if (configResponse.mdm.enabled_and_configured) { - const apnsInfo = await mdmAppleAPI.getAppleAPNInfo(); - setAPNsExpiry(apnsInfo.renew_date); - } } setConfig(configResponse);