remove comment

This commit is contained in:
Daniel Gultsch 2022-09-03 11:05:27 +02:00
parent 4f92ba880b
commit cb1d7c69a1

View file

@ -4502,7 +4502,6 @@ public class XmppConnectionService extends Service {
for (Account account : getAccounts()) {
if (account.isOnlineAndConnected() && mPushManagementService.available(account)) {
mPushManagementService.registerPushTokenOnServer(account);
//TODO renew mucs
}
}
}