Remove debbungig console.log

This commit is contained in:
Ivan Diaz 2019-02-28 23:27:03 -03:00 committed by GitHub
parent 4b80a9b397
commit 133d59e4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ class AdminPanelEmailSettings extends React.Component {
}
onFormSubmit(form) {
console.log('form submmited');
const {selectedIndex, language, templates} = this.state;
this.setState({loadingForm: true});