+ [ios] delete comment @notdanger
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/26c36c9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/26c36c9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/26c36c9c Branch: refs/heads/0.16-dev Commit: 26c36c9c82e885435e09c216bffb6f91b929098b Parents: 68c5b9b Author: é½å±± <[email protected]> Authored: Wed Jul 19 10:22:22 2017 +0800 Committer: é½å±± <[email protected]> Committed: Wed Jul 19 10:22:22 2017 +0800 ---------------------------------------------------------------------- ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/26c36c9c/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m b/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m index 8c225ea..9fce3a4 100644 --- a/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m +++ b/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.m @@ -635,7 +635,6 @@ static css_node_t * rootNodeGetChild(void *context, int i) - (void)_layoutAndSyncUI { [self _layout]; -// NSLog(@"jerry.s uitask"); if(_uiTaskQueue.count > 0){ [self _syncUITasks]; _noTaskTickCount = 0;
