Prevent browser console spam when media fetch returns an error message or JSON payload
What does this MR do?
Suppress console.log calls when image decoding fails, as this happens naturally when a proxied request returns an error message or other JSON payload instead of an image.
Contribution Guidelines
By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this merge request