Skip to content

Commit 952df9b

Browse files
cvlosCristian Avalos
andauthored
removes confusing comment (#10300)
Co-authored-by: Cristian Avalos <[email protected]>
1 parent a15469e commit 952df9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseDynamicLinks/Sources/FIRDynamicLinks.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ + (void)load {
129129
id<FIRAnalyticsInterop> analytics = FIR_COMPONENT(FIRAnalyticsInterop, container);
130130
FIRDynamicLinks *dynamicLinks = [[FIRDynamicLinks alloc] initWithAnalytics:analytics];
131131
[dynamicLinks configureDynamicLinks:container.app];
132-
// Check for pending Dynamic Link automatically if enabled, otherwise we expect the developer to
133-
// call strong match FDL API to retrieve a pending link.
132+
134133
if ([FIRDynamicLinks isAutomaticRetrievalEnabled]) {
135134
[dynamicLinks checkForPendingDynamicLink];
136135
}

0 commit comments

Comments
 (0)