Removing unneeded logging

parent 99e6cafb
......@@ -52,7 +52,6 @@
});
this.form.post(route('api.media.media.move'))
.then((response) => {
console.log(response);
this.loading = false;
const type = response.errors === true ? 'warning' : 'success';
......
......@@ -104225,7 +104225,6 @@ exports.default = {
destinationFolder: this.destinationFolder
});
this.form.post(route('api.media.media.move')).then(function (response) {
console.log(response);
_this.loading = false;
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