Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1071884 - Prevent doRenderIcon from logging errors r=kgrandon
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Sep 23, 2014
1 parent 01aa7a6 commit 64c28d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/elements/gaia_grid/js/items/grid_item.js
Expand Up @@ -437,7 +437,6 @@
this._stampElementWithIcon(icon);
}).
catch((err) => {
console.error('Error fetching icon', err);
blobNotFound();
});
},
Expand Down

0 comments on commit 64c28d3

Please sign in to comment.