Browse Source

Remove code added for debugging

vishnukvmd 2 years ago
parent
commit
345cc69b94
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/ui/account/delete_account_page.dart

+ 1 - 2
lib/ui/account/delete_account_page.dart

@@ -52,8 +52,7 @@ class _DeleteAccountPageState extends State<DeleteAccountPage> {
           icon: const Icon(Icons.arrow_back),
           color: Theme.of(context).iconTheme.color,
           onPressed: () {
-            // Navigator.of(context).pop();
-            _requestEmailForDeletion(context);
+            Navigator.of(context).pop();
           },
         ),
       ),