fix(cp-frontend): remove leftover log

This commit is contained in:
Sérgio Ramos 2017-09-07 17:53:13 +01:00 committed by Sérgio Ramos
parent 4cf174301a
commit 38e558e9f8
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ class DeploymentGroupEditOrCreate extends Component {
};
handleNameSubmit({ name = '' }) {
console.log(name);
this.setState({ name }, () =>
this.redirect({ stage: 'manifest', prog: true })
);