Skip to content

Commit

Permalink
nit: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchoi-dev committed Jan 23, 2025
1 parent 4b7b53d commit 8b0843d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/merch-card/merch-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ export default async function init(el) {
if (!ctaLink.getAttribute('aria-label')) {
const { replaceKey } = await import('../../features/placeholders.js');
ctaLink.addEventListener('mas:resolved', async () => {
console.log('mas:resolved');
const productName = ctaLink.value[0]?.productArrangement?.productFamily;
if (productName) {
await replaceKey(productName, getConfig()).then((label) => {
Expand Down

0 comments on commit 8b0843d

Please sign in to comment.