From b50175040a7e34a0401b5673887f3900fcdb20e2 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Wed, 24 Apr 2019 12:17:05 +0200 Subject: [PATCH] remove useless code --- Classes/LinphoneAppDelegate.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index 6db97e0af..ad7cb74f3 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -238,11 +238,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { #ifdef USE_CRASHLYTHICSS - NSString *pathForFile=[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"GoogleService-Info.plist"]; - if ([[NSFileManager defaultManager] fileExistsAtPath:pathForFile]){ - // If GoogleService-Info.plist doesn't exist, not call this function avoiding a crash. - [FIRApp configure]; - } + [FIRApp configure]; #endif UIApplication *app = [UIApplication sharedApplication];