remove comment

This commit is contained in:
proddy
2021-03-26 17:29:23 +01:00
parent c75a1c9e1e
commit 49d719770c

View File

@@ -280,7 +280,6 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
.then((response) => { .then((response) => {
if (response.status === 200) { if (response.status === 200) {
return response.json(); return response.json();
// this.setState({ errorMessage: undefined }, this.props.loadData);
} }
throw Error("Unexpected response code: " + response.status); throw Error("Unexpected response code: " + response.status);
}) })