Removed redundant comment

This commit is contained in:
Joel Collins 2019-02-14 17:14:17 +00:00
parent 729c76eba3
commit c21cdbea2f

View file

@ -164,7 +164,6 @@ export default {
axios.post(this.captureApiUri, params) axios.post(this.captureApiUri, params)
.then(response => { .then(response => {
this.$root.$emit('globalUpdateCaptureList') this.$root.$emit('globalUpdateCaptureList')
//this.$store.dispatch('updateState'); // Update store state
}) })
.catch(error => { .catch(error => {
this.$store.dispatch('handleHTTPError', error); // Let store handle error this.$store.dispatch('handleHTTPError', error); // Let store handle error