[ios] commented out authToDict function as it's still todo - causes a crash on some xcode environments (weird)

This commit is contained in:
Salakar 2017-03-17 16:03:30 +00:00
parent ea83290bae
commit b9fd032b6d
1 changed files with 5 additions and 5 deletions

View File

@ -495,11 +495,11 @@ RCT_EXPORT_METHOD(updateUserProfile:(NSDictionary *)userProps
// END ------------------------------------------------------- CLEAN UP --------------------------
- (NSDictionary *) authExceptionToDict:(NSError *) error {
// TODO
// NSDictionary *evt = @{ @"eventName": AUTH_ANONYMOUS_ERROR_EVENT,
// @"msg": [error localizedDescription] };
}
//- (NSDictionary *) authExceptionToDict:(NSError *) error {
// // TODO
// // NSDictionary *evt = @{ @"eventName": AUTH_ANONYMOUS_ERROR_EVENT,
// // @"msg": [error localizedDescription] };
//}