Skip to content

Commit

Permalink
Revert "Merge pull request #232 from notjosh/patch-1"
Browse files Browse the repository at this point in the history
Reverts my premature merge in #232 😓
  • Loading branch information
robb committed Feb 5, 2014
1 parent a4c25f8 commit bacacf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mantle/MTLManagedObjectAdapter.m
Expand Up @@ -132,7 +132,6 @@ - (id)modelFromManagedObject:(NSManagedObject *)managedObject processedObjects:(
NSAssert(entity != nil, @"%@ returned a nil +entity", managedObject); NSAssert(entity != nil, @"%@ returned a nil +entity", managedObject);


NSManagedObjectContext *context = managedObject.managedObjectContext; NSManagedObjectContext *context = managedObject.managedObjectContext;
NSAssert(context != nil, @"%@ returned a nil +managedObjectContext", managedObject);


NSDictionary *managedObjectProperties = entity.propertiesByName; NSDictionary *managedObjectProperties = entity.propertiesByName;
MTLModel *model = [[self.modelClass alloc] init]; MTLModel *model = [[self.modelClass alloc] init];
Expand Down

1 comment on commit bacacf5

@jspahrsummers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries! Thanks for reverting it.

Please sign in to comment.