Repository: incubator-weex
Updated Branches:
  refs/heads/master 8ad1de43e -> 7102479d9


[WEEX-382] [iOS] rm useless log

close #1189


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/7102479d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7102479d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7102479d

Branch: refs/heads/master
Commit: 7102479d9409e4e6a4671d9c3fe8b7cf860ce42b
Parents: 8ad1de4
Author: zhongcang <[email protected]>
Authored: Mon May 21 17:48:54 2018 +0800
Committer: acton393 <[email protected]>
Committed: Mon May 21 17:55:44 2018 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7102479d/ios/sdk/WeexSDK/Sources/Model/WXComponent.mm
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Model/WXComponent.mm 
b/ios/sdk/WeexSDK/Sources/Model/WXComponent.mm
index 0556ca5..e2ad487 100644
--- a/ios/sdk/WeexSDK/Sources/Model/WXComponent.mm
+++ b/ios/sdk/WeexSDK/Sources/Model/WXComponent.mm
@@ -663,7 +663,6 @@
 #pragma mark Updating
 - (void)_updateStylesOnComponentThread:(NSDictionary *)styles 
resetStyles:(NSMutableArray *)resetStyles isUpdateStyles:(BOOL)isUpdateStyles
 {
-    NSLog(@"tempTest updating");
     
     BOOL isTransitionTag = _transition ? [self _isTransitionTag:styles] : NO;
     if (isTransitionTag) {

Reply via email to