Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Dec 9, 2015
1 parent e99e49f commit 14ef156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/NSManagedObject+Sync.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ - (void)sync_processRelationshipsUsingDictionary:(NSDictionary *)objectDictionar
NSEntityDescription *entity = [NSEntityDescription entityForName:relationship.entity.name inManagedObjectContext:self.managedObjectContext];
NSArray<NSRelationshipDescription *> *relationships = [entity relationshipsWithDestinationEntity:relationship.destinationEntity];
NSString *keyName = [[relationships.firstObject.name hyp_remoteString] stringByAppendingString:@"_id"];
NSLog(@"keyName: %@", keyName);
if (relationship.isToMany) {
[self sync_processToManyRelationship:relationship
usingDictionary:objectDictionary
Expand Down

0 comments on commit 14ef156

Please sign in to comment.