Skip to content

Commit efb4cd1

Browse files
authored
Remove stray log (#800)
1 parent 06b2003 commit efb4cd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Analytics/Classes/Internal/SEGSegmentIntegration.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ - (void)identify:(SEGIdentifyPayload *)payload
346346

347347
- (void)track:(SEGTrackPayload *)payload
348348
{
349-
SEGLog(@"segment integration received payload %@", payload);
350-
351349
NSMutableDictionary *dictionary = [NSMutableDictionary dictionary];
352350
[dictionary setValue:payload.event forKey:@"event"];
353351
[dictionary setValue:payload.properties forKey:@"properties"];

0 commit comments

Comments
 (0)