From 9465f7bc680f21a35323f54d4b2ea4a785f92b28 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Tue, 13 May 2025 10:45:47 +0200 Subject: [PATCH] Removed outdated warning log --- Linphone/LinphoneApp.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Linphone/LinphoneApp.swift b/Linphone/LinphoneApp.swift index b38b068d7..00f4b7386 100644 --- a/Linphone/LinphoneApp.swift +++ b/Linphone/LinphoneApp.swift @@ -36,7 +36,6 @@ class AppDelegate: NSObject, UIApplicationDelegate, UNUserNotificationCenterDele let tokenStr = deviceToken.map { String(format: "%02.2hhx", $0) }.joined() Log.info("Received remote push token : \(tokenStr)") CoreContext.shared.doOnCoreQueue { core in - Log.warn("Push are disabled for this version, do not forward push token to the core") Log.info("Forwarding remote push token to core") core.didRegisterForRemotePushWithStringifiedToken(deviceTokenStr: tokenStr + ":remote") }