forked from mirrors/linphone-iphone
remove useless log
This commit is contained in:
parent
b61c5f8a43
commit
7215bfcd49
1 changed files with 0 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue