Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
arghmatey committed Dec 1, 2021
1 parent c382df6 commit 83e9a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function insertIcons(containerClass, winString, viewType, homepageWinsCard = doc
const SVG_FILE_PATH = `/assets/images/wins-page/wins-badges/`;

const iconContainer = homepageWinsCard.querySelector(containerClass);
console.log(iconContainer)

winList.forEach(win => {
if (badgeIcons.hasOwnProperty(win)) {
Expand Down

0 comments on commit 83e9a9f

Please sign in to comment.