Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
FreexD committed May 9, 2021
1 parent 191ea5b commit 38e7375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/src/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Core dropdowns
*/
let dropdownTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="dropdown"]'));
dropdownTriggerList.map(function (dropdownTriggerEl) {
console.log(dropdownTriggerEl.dataset);
return new Dropdown(dropdownTriggerEl);
});

0 comments on commit 38e7375

Please sign in to comment.