Removing unneeded logging

parent 99e6cafb
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
}); });
this.form.post(route('api.media.media.move')) this.form.post(route('api.media.media.move'))
.then((response) => { .then((response) => {
console.log(response);
this.loading = false; this.loading = false;
const type = response.errors === true ? 'warning' : 'success'; const type = response.errors === true ? 'warning' : 'success';
......
...@@ -104225,7 +104225,6 @@ exports.default = { ...@@ -104225,7 +104225,6 @@ exports.default = {
destinationFolder: this.destinationFolder destinationFolder: this.destinationFolder
}); });
this.form.post(route('api.media.media.move')).then(function (response) { this.form.post(route('api.media.media.move')).then(function (response) {
console.log(response);
_this.loading = false; _this.loading = false;
var type = response.errors === true ? 'warning' : 'success'; var type = response.errors === true ? 'warning' : 'success';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment