remove useless log

This commit is contained in:
Benjamin Reis 2018-01-04 14:17:35 +01:00
parent b61c5f8a43
commit 7215bfcd49

View file

@ -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];