Skip to content

Commit

Permalink
Removing unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 10, 2017
1 parent 99e6caf commit e7a5eff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Modules/Media/Assets/js/components/MoveMediaDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 0 additions & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit e7a5eff

Please sign in to comment.