Authored by Kennaki

Delete useless log.

@@ -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 });