diff --git a/ios/Runner/AppDelegate.m b/ios/Runner/AppDelegate.m index bc5f6dc9..e83d636a 100644 --- a/ios/Runner/AppDelegate.m +++ b/ios/Runner/AppDelegate.m @@ -30,6 +30,10 @@ NSString* GetDirectoryOfType(NSSearchPathDirectory dir) { NSLog(@"Called %@", method); if (arguments != nil) { for (NSString *key in [arguments allKeys]) { + if ([key isEqualToString:@"privateKey"]) { + NSLog(@". privateKey: "); + continue; + } NSLog(@". %@: %@", key, [arguments objectForKey:key]); } }