Skip to content

Commit 37b0252

Browse files
committed
reverting debug logging
1 parent bda9491 commit 37b0252

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,6 @@ + (void)initSettings:(NSDictionary*)settings {
708708

709709
// Register with Apple's APNS server if we registed once before or if auto-prompt hasn't been disabled.
710710
if (usesAutoPrompt || (registeredWithApple && !self.currentPermissionState.ephemeral)) {
711-
onesignal_Log(ONE_S_LL_VERBOSE, @"uses auto prompt or registered with apple");
712-
if (usesAutoPrompt)
713-
onesignal_Log(ONE_S_LL_VERBOSE, @"uses auto prompt");
714-
if (registeredWithApple)
715-
onesignal_Log(ONE_S_LL_VERBOSE, @"registered with apple");
716711
[self registerForPushNotifications];
717712
} else {
718713
[self checkProvisionalAuthorizationStatus];

0 commit comments

Comments
 (0)