diff --git a/examples/CatDealsCollectionView/Sample/ItemNode.m b/examples/CatDealsCollectionView/Sample/ItemNode.m index 15608a7620..dd1c27a290 100644 --- a/examples/CatDealsCollectionView/Sample/ItemNode.m +++ b/examples/CatDealsCollectionView/Sample/ItemNode.m @@ -127,8 +127,6 @@ const CGFloat kSoldOutGBHeight = 50.0; self.soldOutLabelBackground.hidden = YES; self.soldOutLabelFlat.hidden = YES; - [self addSubnode:self.soldOutOverlay]; - if ([ItemNode isRTL]) { self.titleLabel.alignSelf = ASStackLayoutAlignSelfEnd; self.firstInfoLabel.alignSelf = ASStackLayoutAlignSelfEnd;