* [iOS] remove unused line
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ae017a07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ae017a07 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ae017a07 Branch: refs/heads/master Commit: ae017a07a11b04f8782ca6d333739d7f4878fa8b Parents: 46910ad Author: acton393 <[email protected]> Authored: Wed Jan 17 22:41:32 2018 +0800 Committer: acton393 <[email protected]> Committed: Wed Jan 17 22:41:32 2018 +0800 ---------------------------------------------------------------------- ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m | 4 ---- ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m | 5 ----- 2 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ae017a07/ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m b/ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m index 6afde5d..860781d 100644 --- a/ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m +++ b/ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.m @@ -103,10 +103,6 @@ return self; } -- (void)dealloc { - NSLog(@"%s", __PRETTY_FUNCTION__); -} - #pragma mark - WXBridgeProtocol - (void)executeJSFramework:(NSString *)frameworkScript http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ae017a07/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m ---------------------------------------------------------------------- diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m index d91f972..94572f1 100644 --- a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m +++ b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.m @@ -72,11 +72,6 @@ static NSThread *WXBridgeThread; _bridgeCtx = nil; } -- (void)dealloc -{ - NSLog(@"%s",__PRETTY_FUNCTION__); -} - #pragma mark Thread Management - (void)_runLoopThread
