Skip to content

Commit b0002e7

Browse files
committed
Remove extraneous print statement
1 parent 73da7be commit b0002e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ip-messaging/pushiOS/didreceiveremote/didreceiveremote.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void) {
2-
print(userInfo)
32
// If your application supports multiple types of push notifications, you may wish to limit which ones you send to the TwilioChatClient here
43
if let chatClient = chatClient, chatClient.user != nil {
54
// If your reference to the Chat client exists and is initialized, send the notification to it

0 commit comments

Comments
 (0)