1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

remove log

This commit is contained in:
irismarie 2021-05-20 16:28:53 +02:00
parent b604b95173
commit 81b1199123

View file

@ -38,8 +38,6 @@ class NewDialog extends React.Component {
}
handleChange(e) {
console.log(e)
this.setState({ [e.target.id]: e.target.value });
}