diff --git a/AsyncDisplayKit/Details/ASCollectionDataController.mm b/AsyncDisplayKit/Details/ASCollectionDataController.mm index 121098a6ad..7026024ff8 100644 --- a/AsyncDisplayKit/Details/ASCollectionDataController.mm +++ b/AsyncDisplayKit/Details/ASCollectionDataController.mm @@ -46,9 +46,6 @@ NSMutableArray *contexts = [NSMutableArray array]; [self _populateSupplementaryNodesOfKind:kind withMutableContexts:contexts]; _pendingContexts[kind] = contexts; - - // Measure loaded nodes before leaving the main thread - [self batchLayoutNodesFromContexts:contexts ofKind:kind completion:nil]; } } @@ -85,9 +82,6 @@ NSMutableArray *contexts = [NSMutableArray array]; [self _populateSupplementaryNodesOfKind:kind withSections:sections mutableContexts:contexts]; _pendingContexts[kind] = contexts; - - // Measure loaded nodes before leaving the main thread - [self batchLayoutNodesFromContexts:contexts ofKind:kind completion:nil]; } } @@ -123,9 +117,6 @@ NSMutableArray *contexts = [NSMutableArray array]; [self _populateSupplementaryNodesOfKind:kind withSections:sections mutableContexts:contexts]; _pendingContexts[kind] = contexts; - - // Measure loaded nodes before leaving the main thread - [self batchLayoutNodesFromContexts:contexts ofKind:kind completion:nil]; } }