Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
* [iOS] delete useless code about log
Browse files Browse the repository at this point in the history
  • Loading branch information
doumafang authored and YorkShen committed Aug 2, 2018
1 parent 5e36e1b commit 538e2f9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<WXComponent *> *dirtyComponents = [NSMutableSet set];
[self _calculateFrameWithSuperAbsolutePosition:CGPointZero gatherDirtyComponents:dirtyComponents];
Expand Down

0 comments on commit 538e2f9

Please sign in to comment.