You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by kf...@apache.org on 2017/07/24 09:37:19 UTC

[12/24] incubator-weex git commit: + [ios] delete comment @notdanger

+ [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.15-dev
Commit: 26c36c9c82e885435e09c216bffb6f91b929098b
Parents: 68c5b9b
Author: 齐山 <su...@163.com>
Authored: Wed Jul 19 10:22:22 2017 +0800
Committer: 齐山 <su...@163.com>
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;