Skip to content

Commit

Permalink
Remove call to showEmailField
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Feb 6, 2016
1 parent d30f370 commit 72fd506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ApptentiveConnect/source/ATConnect.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ + (ATConnect *)sharedConnection {

- (id)init {
if ((self = [super init])) {
self.showEmailField = YES;
_customPersonData = [[NSMutableDictionary alloc] init];
_customDeviceData = [[NSMutableDictionary alloc] init];
_integrationConfiguration = [[NSMutableDictionary alloc] init];
Expand Down

0 comments on commit 72fd506

Please sign in to comment.