mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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 } }) => {
|
||||
console.log({ value });
|
||||
this.props.changeInput('language.defaultLocale', value);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user