Skip to content

Commit

Permalink
Remove stray log (segmentio#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek authored and Sergei Shatunov committed Aug 15, 2019
1 parent d50f230 commit 55eb937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Analytics/Classes/Internal/SEGSegmentIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ - (void)identify:(SEGIdentifyPayload *)payload

- (void)track:(SEGTrackPayload *)payload
{
SEGLog(@"segment integration received payload %@", payload);

NSMutableDictionary *dictionary = [NSMutableDictionary dictionary];
[dictionary setValue:payload.event forKey:@"event"];
[dictionary setValue:payload.properties forKey:@"properties"];
Expand Down

0 comments on commit 55eb937

Please sign in to comment.