Skip to content

Commit

Permalink
delete consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiMorozov88 committed Mar 19, 2024
1 parent fe1d791 commit 616b14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/js/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const cardSocialTemplateIcon = socialTemplate.content.querySelector('[data-templ
function addSocialLinks(container, object) {
container.innerHTML = '';
Object.entries(object).forEach((element) => {
console.log(element);
cardSocialTemplateIcon.classList.add(`social__img-${element[0]}`);
cardSocialTemplateLink.href = `${element[1]}`;
const icon = socialTemplate.content.cloneNode(true);
Expand Down

0 comments on commit 616b14d

Please sign in to comment.