diff --git a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm index ed2f51cabe..53db417de6 100644 --- a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm +++ b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm @@ -78,9 +78,6 @@ - (void)triggerLayout renderPageSize.first = self.weexInstance.frame.size.width; renderPageSize.second = self.weexInstance.frame.size.height; self.flexCssNode->calculateLayout(renderPageSize); - if ([WXLog logLevel] >= WXLogLevelDebug) { - - } } NSMutableSet *dirtyComponents = [NSMutableSet set]; [self _calculateFrameWithSuperAbsolutePosition:CGPointZero gatherDirtyComponents:dirtyComponents];