diff --git a/frontend/index.html b/frontend/index.html
index 57d2ad9..675ab2e 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -61,7 +61,6 @@
document.addEventListener('DOMContentLoaded', function() {
Array.from(document.querySelectorAll('input')).forEach(element => {
- console.log(element)
element.focus();
})
});
@@ -93,5 +92,7 @@
animateMarquee();
});
+
+