Remove manually set envars as they're handled rust side now
This commit is contained in:
committed by
Stefan Ceriu
parent
3993ab0ebf
commit
1d5429f0fc
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user