Skip to content

Commit

Permalink
Remove useless console.log() from Modal example
Browse files Browse the repository at this point in the history
  • Loading branch information
petasittek authored and jgthms committed May 6, 2022
1 parent 86ab4a4 commit 8ed9842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/documentation/components/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
(document.querySelectorAll('.js-modal-trigger') || []).forEach(($trigger) => {
const modal = $trigger.dataset.target;
const $target = document.getElementById(modal);
console.log($target);

$trigger.addEventListener('click', () => {
openModal($target);
Expand Down

0 comments on commit 8ed9842

Please sign in to comment.