chore: remove setting options console log

This commit is contained in:
Index 2024-06-30 03:39:32 -05:00
parent 7f8cb33f01
commit e439cc9702

View file

@ -71,7 +71,6 @@ Elements.forEach((element) => {
} }
if (Options) { if (Options) {
console.log(Options)
const Modal = document.getElementById(Options.getAttribute('data-modal') + '-Modal'); const Modal = document.getElementById(Options.getAttribute('data-modal') + '-Modal');
const ModalButtons = Modal.getElementsByTagName('button'); const ModalButtons = Modal.getElementsByTagName('button');
const ModalInputs = Modal.getElementsByTagName('input'); const ModalInputs = Modal.getElementsByTagName('input');