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:)