You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/04/20 06:57:15 UTC

[6/9] incubator-weex git commit: * [ios] remove unused code

* [ios] remove unused code


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

Branch: refs/heads/0.12-dev
Commit: b3d7a07a722dbc87ea039dd44c816857ddd29dd8
Parents: 234de5a
Author: acton393 <zh...@gmail.com>
Authored: Mon Apr 10 20:34:51 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Apr 10 20:34:51 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b3d7a07a/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m b/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
index dfbdb1b..1e0e7a3 100644
--- a/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
+++ b/ios/sdk/WeexSDK/Sources/Engine/WXSDKEngine.m
@@ -223,8 +223,6 @@
         [self _registerDefaultModules];
         [self _registerDefaultHandlers];
     });
-    
-    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"taobao://"]];
 }
 
 + (NSString*)SDKEngineVersion