*[iOS] remove useless 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/454d52f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/454d52f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/454d52f6

Branch: refs/heads/master
Commit: 454d52f692d3726667397cd0c99a1e9f0e8debb4
Parents: 13400fa
Author: acton393 <[email protected]>
Authored: Fri Jan 12 15:45:07 2018 +0800
Committer: acton393 <[email protected]>
Committed: Fri Jan 12 15:45:07 2018 +0800

----------------------------------------------------------------------
 .../WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/454d52f6/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m
----------------------------------------------------------------------
diff --git 
a/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m 
b/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m
index 08fc876..31fb731 100644
--- a/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m
+++ b/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m
@@ -58,9 +58,6 @@
             [_cellToIndexPathTable setObject:indexPath forKey:obj];
         }];
         if (controller.headerComponent) {
-            if (controller.headerComponent == nil) {
-                NSLog(@"test");
-            }
             [_headerToIndexTable setObject:@(idx) 
forKey:controller.headerComponent];
         }
     }];

Reply via email to