Skip to content

Commit 2bbe71f

Browse files
committed
cleanup
1 parent ff97509 commit 2bbe71f

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ - (void)userCompletedAction:(NSString *)action {
548548
}
549549

550550
- (void)userCompletedAction:(NSString *)action withState:(NSDictionary *)state {
551-
NSLog(@"action: %@, state: %@", action, state);
552551
[self userCompletedAction:action withState:state withDelegate:nil];
553552
}
554553

Branch-SDK/Branch-SDK/BranchUniversalObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@class BranchLinkProperties;
1313

14-
typedef void (^_Nullable callback) (); // TO BE REMOVED: I don't this called anywhere, shall I remove it?
14+
typedef void (^_Nullable callback) ();
1515
typedef void (^shareCompletion) (NSString *_Nonnull activityType, BOOL completed);
1616

1717
typedef NS_ENUM(NSInteger, ContentIndexMode) {

Branch-SDK/Branch-SDK/BranchUniversalObject.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ - (void)userCompletedAction:(NSString *)action {
8080
actionPayload[BNCCanonicalIdList] = @[self.canonicalIdentifier];
8181
actionPayload[self.canonicalIdentifier] = linkParams;
8282

83-
// to be removed: this will not work if they are using getTestInstance. Thoughts?
8483
[[Branch getInstance] userCompletedAction:action withState:actionPayload];
8584
}
8685

Branch-SDK/Branch-SDK/Requests/BranchSpotlightUrlRequest.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ - (id)initWithParams:(NSDictionary *)params callback:(callbackWithParams)callbac
2525
self.isSpotlightRequest = YES;
2626
_spotlightCallback = callback;
2727
}
28-
2928
return self;
3029
}
3130

0 commit comments

Comments
 (0)