Sangfroid 8 сар өмнө
parent
commit
6f22c1fb54

+ 0 - 1
assets/js/autocomplete.js

@@ -80,7 +80,6 @@ export function autocomplete (inputField, path) {
 
     input.addEventListener('input', (e) => {
         const term = input.value.trim();
-        console.log(term)
 
         if (term.length === 0) {
             // Ne pas envoyer de requête si le champ est vide