Skip to content

Commit

Permalink
refactor: remove debug log from handleSlotChange method in QtiChoiceI…
Browse files Browse the repository at this point in the history
…nteraction
  • Loading branch information
Marcelh1983 committed Feb 13, 2025
1 parent 16e76fd commit f8b5a2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class QtiChoiceInteraction
handleSlotChange() {
// count the number of choices, set a css variable for the number of choices
const choices = this.querySelectorAll('qti-simple-choice');
console.log('choices', choices.length.toString());
this.style.setProperty('--item-count', choices.length.toString());
}

Expand Down

0 comments on commit f8b5a2f

Please sign in to comment.