Skip to content

Commit

Permalink
removed console.log from edit-images.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaucht committed Aug 18, 2020
1 parent a0cd0c7 commit 7a29822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/media_source/com_media/js/edit-images.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ Joomla.MediaManager = Joomla.MediaManager || {};
};

xhr.onerror = () => {
console.log(xhr);
Joomla.renderMessages({
error: [Joomla.JText._('JLIB_APPLICATION_ERROR_SAVE_FAILED_FILE')],
});
Expand Down

0 comments on commit 7a29822

Please sign in to comment.