mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Remove console.log
This commit is contained in:
parent
003b9a7ef8
commit
ae097ab2a2
@ -255,7 +255,6 @@ export class HomePage extends React.Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
handleChangeLanguage = ({ target: { value } }) => {
|
handleChangeLanguage = ({ target: { value } }) => {
|
||||||
console.log({ value });
|
|
||||||
this.props.changeInput('language.defaultLocale', value);
|
this.props.changeInput('language.defaultLocale', value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user