Remove console.log

This commit is contained in:
Jannis Mattheis 2018-10-26 22:28:28 +02:00
parent 31dd466c6b
commit 81d00cbd57
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class Messages extends Component<IProps & Stores<'messagesStore' | 'appStore'>,
private updateAllWithProps = (props: IProps & Stores<'messagesStore'>) => { private updateAllWithProps = (props: IProps & Stores<'messagesStore'>) => {
const appId = Messages.appId(props); const appId = Messages.appId(props);
console.log('props', props);
this.setState({appId}); this.setState({appId});
if (!props.messagesStore.exists(appId)) { if (!props.messagesStore.exists(appId)) {
props.messagesStore.loadMore(appId); props.messagesStore.loadMore(appId);