Skip to content

Commit e26f7b0

Browse files
committed
Remove extraneous comment.
1 parent 112684d commit e26f7b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

analytics/src/analytics_ios.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ void SetDefaultEventParameters(const std::map<std::string, Variant>& default_par
320320
[NSMutableDictionary dictionaryWithCapacity:default_parameters.size()];
321321
for (const auto& pair : default_parameters) {
322322
NSString* key = firebase::util::StringToNSString(pair.first);
323-
// A null Variant indicates the default parameter should be cleared.
324-
// In ObjC, setting a key to [NSNull null] in the dictionary achieves this.
325323
// A null Variant indicates the default parameter for that key should be
326324
// cleared. In ObjC, setting a key to [NSNull null] in the dictionary
327325
// achieves this.

0 commit comments

Comments
 (0)