Skip to content

Commit

Permalink
Revert "Check out this commit to test PR Automattic#228"
Browse files Browse the repository at this point in the history
This reverts commit 9ef7310.
  • Loading branch information
jleandroperez committed Sep 18, 2018
1 parent 9ef7310 commit 2299113
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Simplenote/Classes/SPTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,8 @@ + (void)trackAutomatticEventWithName:(NSString *)name
properties:(NSDictionary *)properties
{
if ([self isTrackingDisabled]) {
NSLog(@"## Tracking TRACKS OFF: %@", name);
return;
}
NSLog(@"## Tracking TRACKS ON: %@", name);
[[SPAutomatticTracker sharedInstance] trackEventWithName:name properties:properties];
}

Expand All @@ -439,10 +437,8 @@ + (void)trackGoogleEventWithCategory:(NSString *)category
value:(NSNumber *)value
{
if ([self isTrackingDisabled]) {
NSLog(@"## Tracking GOOGLE OFF: %@", category);
return;
}
NSLog(@"## Tracking GOOGLE ON: %@", category);
[[SPGoogleTracker sharedInstance] trackEventWithCategory:category action:action label:label value:value];
}

Expand Down

0 comments on commit 2299113

Please sign in to comment.