Skip to content

Commit 49d7197

Browse files
committed
remove comment
1 parent c75a1c9 commit 49d7197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/src/project/EMSESPDevicesForm.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
280280
.then((response) => {
281281
if (response.status === 200) {
282282
return response.json();
283-
// this.setState({ errorMessage: undefined }, this.props.loadData);
284283
}
285284
throw Error("Unexpected response code: " + response.status);
286285
})

0 commit comments

Comments
 (0)