diff --git a/app/src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountRepository.java b/app/src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountRepository.java index 7e898ae94c..49d64c5ece 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountRepository.java +++ b/app/src/main/java/org/thoughtcrime/securesms/delete/DeleteAccountRepository.java @@ -102,17 +102,6 @@ class DeleteAccountRepository { } Log.i(TAG, "deleteAccount: successfully left all groups."); - Log.i(TAG, "deleteAccount: attempting to remove pin..."); - - try { - ApplicationDependencies.getKeyBackupService(KbsEnclaves.current()).newPinChangeSession().removePin(); - } catch (UnauthenticatedResponseException | IOException e) { - Log.w(TAG, "deleteAccount: failed to remove PIN", e); - onDeleteAccountEvent.accept(DeleteAccountEvent.PinDeletionFailed.INSTANCE); - return; - } - - Log.i(TAG, "deleteAccount: successfully removed pin."); Log.i(TAG, "deleteAccount: attempting to delete account from server..."); try {