Skip to content

Commit

Permalink
unnecessary comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahbaz-dataq committed Jan 15, 2025
1 parent 867f2e1 commit 2dd8f71
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ function toggle(box, field)
}
function toggleGroup(activeGroup) {
console.log(activeGroup, 'Active group selected');
// Select group elements
const group1Checkboxes = document.querySelectorAll("#group1 input[type='checkbox']");
const group2Radios = document.querySelectorAll("#group2 input[type='radio']");
Expand Down

0 comments on commit 2dd8f71

Please sign in to comment.