quick fix: remove a console.log

pull/73/head
Pierre-Louis Guhur 4 years ago
parent ee1f0e1971
commit 7d38102e7e

@ -229,7 +229,6 @@ class CreateElection extends Component {
handleSubmit() {
const {candidates, title, numGrades, start, finish} = this.state;
console.log('dates', start, finish);
const endpoint = resolve(
this.context.urlServer,
this.context.routesServer.setElection,

Loading…
Cancel
Save