Browse Source

Suppression d'un dump

Sangfroid 8 tháng trước cách đây
mục cha
commit
6f22c1fb54
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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