Skip to content

Commit

Permalink
Removed console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 committed Nov 12, 2024
1 parent 433b857 commit d0613f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ async function buildFieldScopes(scopeTypeId, scopes, block, associationMap) {
// Reset the associated buttons
associatedItems.forEach(async (_count, key) => {
const associatedTag = Array.from(allTags).find(t => t.id.includes(key));
// console.log('Associated Tag:', associatedTag);
if (associatedTag) {
let alternateTextContent = await lookupType(associatedTag.id, (scopeTypeId === 'deliverable-type') ? 'platforms' : 'deliverable-type');
associatedTag.textContent = `${alternateTextContent}`;
Expand Down

0 comments on commit d0613f0

Please sign in to comment.