diff --git a/Source/IGListAdapterUpdater.m b/Source/IGListAdapterUpdater.m index 859c5993..066aff4e 100644 --- a/Source/IGListAdapterUpdater.m +++ b/Source/IGListAdapterUpdater.m @@ -131,8 +131,6 @@ executeCompletionBlocks(NO); return; } - - IGAssert(objectsWithDuplicateIdentifiersRemoved(fromObjects).count == fromObjects.count, @"The fromObjects has duplicate identifiers (it should already be dedupepd at this point)."); NSArray *toObjects = nil; if (toObjectsBlock != nil) {