Skip to content

Commit

Permalink
Removed extra log.
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Nov 8, 2024
1 parent b486245 commit 34998fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/BranchSDK/BranchScene.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ - (void)initSessionWithLaunchOptions:(nullable NSDictionary *)options registerDe
- (void)initSessionWithSceneOptions:(nullable UISceneConnectionOptions *)connectionOptions scene:(UIScene *)scene
registerDeepLinkHandler:(void (^ _Nonnull)(NSDictionary * _Nullable params, NSError * _Nullable error, UIScene * _Nullable scene))callback {

[[BranchLogger shared] logVerbose:[[NSString alloc] initWithFormat:@"connectionOptions : %@", connectionOptions.debugDescription ] error:nil];

NSMutableDictionary *launchOptions = [[NSMutableDictionary alloc] init];

if (connectionOptions.userActivities.count ) {
Expand Down

0 comments on commit 34998fd

Please sign in to comment.