Skip to content

Commit 3064785

Browse files
committed
dont crash on start in dev mode
1 parent 28e9617 commit 3064785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leanplum-SDK/Classes/Internal/Leanplum.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ + (void)startWithUserId:(NSString *)userId
776776
[Leanplum resume];
777777
return;
778778
}
779-
[self throwError:@"Already called start."];
779+
NSLog(@"Leanplum: Error: Already called start.");
780780
}
781781

782782
[LPMessageTemplatesClass sharedTemplates];

0 commit comments

Comments
 (0)