Skip to content

Commit 1171f7f

Browse files
committed
dev app remove code that was for testing only
1 parent 611e3d6 commit 1171f7f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

iOS_SDK/OneSignalDevApp/OneSignalDevApp/ViewController.m

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,7 @@ - (IBAction)sendTagButton:(id)sender {
131131
}
132132

133133
- (IBAction)getInfoButton:(id)sender {
134-
NSLog(@"💛 Dev App: get User and Device information");
135-
[OneSignalUserManagerImpl.sharedInstance internalDumpInfo];
136-
NSLog(@"💛 Dev App: OneSignal.Notifications permission: %d", [OneSignal.Notifications permission]);
137-
NSLog(@"💛 Dev App: OneSignal.Notifications.canRequestPermission: %d", [OneSignal.Notifications canRequestPermission]);
138-
[OneSignal internalDumpInfo];
139-
NSLog(@"💛 Dev App: getPrivacyConsent: %d", OneSignal.getPrivacyConsent);
140-
NSLog(@"💛 Dev App: requiresPrivacyConsent: %d", [OneSignal requiresPrivacyConsent]);
134+
NSLog(@"Dev App: get User and Device information, you need to fill in");
141135
}
142136

143137
- (IBAction)sendTagsButton:(id)sender {

0 commit comments

Comments
 (0)