Github user acton393 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/1135#discussion_r184365906
  
    --- Diff: ios/sdk/WeexSDK/Sources/Component/WXRefreshComponent.mm ---
    @@ -94,6 +108,9 @@ - (void)pullingdown:(NSDictionary*)param
         if (!_pullingdownEvent) {
             return ;
         }
    +#ifdef DEBUG
    +    NSLog(@"test -> refreshComponent : pullingdown ,ref:%@",self.ref);
    --- End diff --
    
    NSLog  is not allowed to print


---

Reply via email to