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'>) => {
|
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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue