Showing
1 changed file
with
0 additions
and
1 deletions
@@ -95,7 +95,6 @@ class ListContainer extends Component { | @@ -95,7 +95,6 @@ class ListContainer extends Component { | ||
95 | } | 95 | } |
96 | 96 | ||
97 | _onEndReached() { | 97 | _onEndReached() { |
98 | - console.log('aaaaaaa'); | ||
99 | InteractionManager.runAfterInteractions(() => { | 98 | InteractionManager.runAfterInteractions(() => { |
100 | this.props.actions.getArticleList(); | 99 | this.props.actions.getArticleList(); |
101 | }); | 100 | }); |
-
Please register or login to post a comment