Skip to content

Commit 538e2f9

Browse files
doumafangYorkShen
authored andcommitted
* [iOS] delete useless code about log
1 parent 5e36e1b commit 538e2f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ios/sdk/WeexSDK/Sources/Component/RecycleList/WXCellSlotComponent.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ - (void)triggerLayout
7878
renderPageSize.first = self.weexInstance.frame.size.width;
7979
renderPageSize.second = self.weexInstance.frame.size.height;
8080
self.flexCssNode->calculateLayout(renderPageSize);
81-
if ([WXLog logLevel] >= WXLogLevelDebug) {
82-
83-
}
8481
}
8582
NSMutableSet<WXComponent *> *dirtyComponents = [NSMutableSet set];
8683
[self _calculateFrameWithSuperAbsolutePosition:CGPointZero gatherDirtyComponents:dirtyComponents];

0 commit comments

Comments
 (0)