diff --git a/AsyncDisplayKit/Details/ASRangeController.mm b/AsyncDisplayKit/Details/ASRangeController.mm index e147d93381..d31fabfeab 100644 --- a/AsyncDisplayKit/Details/ASRangeController.mm +++ b/AsyncDisplayKit/Details/ASRangeController.mm @@ -121,12 +121,7 @@ ASDisplayNodeAssertMainThread(); ASDisplayNodeAssert(node && view, @"invalid argument, did you mean -removeNodeFromWorkingRange:?"); - // use an explicit transaction to force CoreAnimation to display nodes in the order they are added. - [CATransaction begin]; - [view addSubview:node.view]; - - [CATransaction commit]; } #pragma mark -