Remove console.log
This commit is contained in:
parent
31dd466c6b
commit
81d00cbd57
|
|
@ -91,7 +91,6 @@ class Messages extends Component<IProps & Stores<'messagesStore' | 'appStore'>,
|
|||
|
||||
private updateAllWithProps = (props: IProps & Stores<'messagesStore'>) => {
|
||||
const appId = Messages.appId(props);
|
||||
console.log('props', props);
|
||||
this.setState({appId});
|
||||
if (!props.messagesStore.exists(appId)) {
|
||||
props.messagesStore.loadMore(appId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue