Remove unused console log
This commit is contained in:
parent
1ffd2b16a8
commit
1a2822f709
1 changed files with 6 additions and 6 deletions
|
|
@ -133,12 +133,12 @@ export default {
|
|||
deleteAll: function() {
|
||||
axios
|
||||
.all(this.allURLs.map(l => axios.delete(l)))
|
||||
.then(
|
||||
axios.spread(function(...res) {
|
||||
// all requests are now complete
|
||||
console.log(res);
|
||||
})
|
||||
)
|
||||
.then
|
||||
//axios.spread(function(...res) {
|
||||
// all requests are now complete
|
||||
//console.log(res);
|
||||
//})
|
||||
()
|
||||
.then(() => {
|
||||
// Emit signal to update capture list
|
||||
this.$root.$emit("globalUpdateCaptures");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue