Commit c21cdbea authored by Joel Collins's avatar Joel Collins
Browse files

Removed redundant comment

parent 729c76eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ export default {
      axios.post(this.captureApiUri, params)
        .then(response => { 
          this.$root.$emit('globalUpdateCaptureList')
          //this.$store.dispatch('updateState');  // Update store state
        })
        .catch(error => {
          this.$store.dispatch('handleHTTPError', error);  // Let store handle error