Skip to content

Commit 2d3cf63

Browse files
saurabh007007saurabh007007
authored andcommitted
removed the log of image error handler
1 parent 3b8f033 commit 2d3cf63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Support/Support.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ export default class Support extends Component {
276276
*/
277277
_handleImgError(e) {
278278
const imgNode = e.target;
279-
console.error('Image failed to load:', imgNode.src);
280279
if (imgNode.getAttribute('src') === SmallIcon) return;
281280
imgNode.setAttribute('src', SmallIcon);
282281
}

0 commit comments

Comments
 (0)