From 7215bfcd496a92246b193b8ea9b29dee58cd5d59 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Thu, 4 Jan 2018 14:17:35 +0100 Subject: [PATCH] remove useless log --- Classes/LinphoneAppDelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index fd4fd940a..1c0317f84 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -540,7 +540,6 @@ didInvalidatePushTokenForType:(NSString *)type { #else - (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)type { #endif - LOGI(@"PushKit : incoming voip notfication: %@", payload.dictionaryPayload); [LinphoneManager.instance setupNetworkReachabilityCallback]; //to avoid IOS to suspend the app before being able to launch long running task [self processRemoteNotification:payload.dictionaryPayload];