From 5a61436588c6c0e58a5879dd0a3d2df6d773e053 Mon Sep 17 00:00:00 2001 From: Andrei Ashikhmin Date: Thu, 17 Oct 2024 20:11:51 +0700 Subject: [PATCH] fix: cleanup --- DashWallet/AppDelegate.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/DashWallet/AppDelegate.m b/DashWallet/AppDelegate.m index 227da0076..f923db737 100644 --- a/DashWallet/AppDelegate.m +++ b/DashWallet/AppDelegate.m @@ -104,8 +104,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( [CurrencyExchangerObjcWrapper startExchangeRateFetching]; [CoinbaseObjcWrapper start]; [CrowdNodeObjcWrapper start]; - - setenv("RUST_BACKTRACE", "1", 1); [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(dsApplicationTerminationRequestNotification:)