Commit 1a2822f7 authored by Joel Collins's avatar Joel Collins
Browse files

Remove unused console log

parent 1ffd2b16
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -133,12 +133,12 @@ export default {
    deleteAll: function() {
      axios
        .all(this.allURLs.map(l => axios.delete(l)))
        .then(
          axios.spread(function(...res) {
        .then
        //axios.spread(function(...res) {
        // all requests are now complete
            console.log(res);
          })
        )
        //console.log(res);
        //})
        ()
        .then(() => {
          // Emit signal to update capture list
          this.$root.$emit("globalUpdateCaptures");