Skip to content

Commit 34998fd

Browse files
committed
Removed extra log.
1 parent b486245 commit 34998fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/BranchSDK/BranchScene.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ - (void)initSessionWithLaunchOptions:(nullable NSDictionary *)options registerDe
3838
- (void)initSessionWithSceneOptions:(nullable UISceneConnectionOptions *)connectionOptions scene:(UIScene *)scene
3939
registerDeepLinkHandler:(void (^ _Nonnull)(NSDictionary * _Nullable params, NSError * _Nullable error, UIScene * _Nullable scene))callback {
4040

41-
[[BranchLogger shared] logVerbose:[[NSString alloc] initWithFormat:@"connectionOptions : %@", connectionOptions.debugDescription ] error:nil];
42-
4341
NSMutableDictionary *launchOptions = [[NSMutableDictionary alloc] init];
4442

4543
if (connectionOptions.userActivities.count ) {

0 commit comments

Comments
 (0)