Skip to content

Commit

Permalink
fix(ios): do not log Ti.App events (#11259)
Browse files Browse the repository at this point in the history
Fixes TIMOB-27441
  • Loading branch information
hansemannn authored and sgtcoolguy committed Dec 9, 2019
1 parent f9ac67c commit 2c84e30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iphone/Classes/AppModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ - (void)fireEvent:(NSArray *)args
id type = [args objectAtIndex:0];
id obj = [args count] > 1 ? [args objectAtIndex:1] : nil;

DebugLog(@"[DEBUG] Firing app event: %@", type);

NSArray *array = [[appListeners objectForKey:type] copy];

if (array != nil && [array count] > 0) {
Expand Down

0 comments on commit 2c84e30

Please sign in to comment.