Skip to content

Commit 4748fbf

Browse files
committed
Remove NSLog from formatFirebaseNameString
1 parent 98057c9 commit 4748fbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Segment-Firebase/Classes/SEGFirebaseIntegration.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ + (NSString *)formatFirebaseNameString:(NSString *)name
103103
NSRegularExpression *regex = [NSRegularExpression regularExpressionWithPattern:@"([^a-zA-Z0-9_])" options:0 error:&error];
104104
NSString *formatted = [regex stringByReplacingMatchesInString:trimmed options:0 range:NSMakeRange(0, [trimmed length]) withTemplate:@"_"];
105105

106-
NSLog(@"Output: %@", formatted);
107106
return [formatted substringToIndex:MIN(40, [formatted length])];
108107
}
109108

0 commit comments

Comments
 (0)