We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2003 commit efb4cd1Copy full SHA for efb4cd1
Analytics/Classes/Internal/SEGSegmentIntegration.m
@@ -346,8 +346,6 @@ - (void)identify:(SEGIdentifyPayload *)payload
346
347
- (void)track:(SEGTrackPayload *)payload
348
{
349
- SEGLog(@"segment integration received payload %@", payload);
350
-
351
NSMutableDictionary *dictionary = [NSMutableDictionary dictionary];
352
[dictionary setValue:payload.event forKey:@"event"];
353
[dictionary setValue:payload.properties forKey:@"properties"];
0 commit comments