Skip to content

Commit

Permalink
remove log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Jan 21, 2025
1 parent 3560b02 commit e94bf2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blocks/gmo-program-header/gmo-program-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ function dropdownButtonClickHandler(event) {
}

function dropOptionClickHandler(event) {
console.log(event.target.dataset.value);
console.log(event.target.dataset.type);
toggleOption(event.target.dataset.value, event.target.dataset.type);
toggleDropdown(event.target); // Closes the dropdown list
}
Expand Down

0 comments on commit e94bf2a

Please sign in to comment.