Remove console.log

This commit is contained in:
Jim LAURIE 2019-03-29 10:19:30 +01:00 committed by GitHub
parent 003b9a7ef8
commit ae097ab2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,6 @@ export class HomePage extends React.Component {
};
handleChangeLanguage = ({ target: { value } }) => {
console.log({ value });
this.props.changeInput('language.defaultLocale', value);
};