Sangfroid преди 8 месеца
родител
ревизия
6f22c1fb54
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      assets/js/autocomplete.js

+ 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