diff --git a/ElementX/Sources/Application/AppCoordinator.swift b/ElementX/Sources/Application/AppCoordinator.swift index d4631a40c..46b83a40d 100644 --- a/ElementX/Sources/Application/AppCoordinator.swift +++ b/ElementX/Sources/Application/AppCoordinator.swift @@ -68,8 +68,6 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationFlowCoordinatorDeleg windowManager = WindowManager(appDelegate: appDelegate) appMediator = AppMediator(windowManager: windowManager) - Self.setupEnvironmentVariables() - let appSettings = AppSettings() MXLog.configure(logLevel: appSettings.logLevel) @@ -334,10 +332,6 @@ class AppCoordinator: AppCoordinatorProtocol, AuthenticationFlowCoordinatorDeleg // MARK: - Private - private static func setupEnvironmentVariables() { - setenv("RUST_BACKTRACE", "1", 1) - } - private static func setupServiceLocator(appSettings: AppSettings) { ServiceLocator.shared.register(userIndicatorController: UserIndicatorController()) ServiceLocator.shared.register(appSettings: appSettings)