diff --git a/ProjetProgWeb/app.js b/ProjetProgWeb/app.js index 3529c90..8a6e470 100644 --- a/ProjetProgWeb/app.js +++ b/ProjetProgWeb/app.js @@ -17,7 +17,6 @@ function requestToApi(author) { document.querySelector('#results').innerHTML = "" loader.style.display = "block" authorName = author.replace(/[^a-zA-Z0-9]/g,'') - console.log(authorName) fetch(`api.php?q=theses&author=${author}`) .then(response => response.json()) .then(data => displayResults(data)) diff --git a/ProjetProgWeb/navbar.php b/ProjetProgWeb/navbar.php index b3d6de7..bba639b 100644 --- a/ProjetProgWeb/navbar.php +++ b/ProjetProgWeb/navbar.php @@ -2,7 +2,6 @@