Skip to content

Commit c2ce141

Browse files
committed
Removed extra NSLog
1 parent ef808b7 commit c2ce141

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
-2.73 KB
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ + (id)initWithLaunchOptions:(NSDictionary*)launchOptions appId:(NSString*)appId
186186
}
187187

188188
if (!app_id) {
189-
NSLog(@"settings[kOSSettingsKeyInOmitNoAppIdLogging]: %@", settings[kOSSettingsKeyInOmitNoAppIdLogging]);
190189
if (![settings[kOSSettingsKeyInOmitNoAppIdLogging] boolValue])
191190
onesignal_Log(ONE_S_LL_FATAL, @"OneSignal AppId never set!");
192191
return self;

0 commit comments

Comments
 (0)