Authored by Kennaki

Delete useless log.

... ... @@ -95,7 +95,6 @@ class ListContainer extends Component {
}
_onEndReached() {
console.log('aaaaaaa');
InteractionManager.runAfterInteractions(() => {
this.props.actions.getArticleList();
});
... ...