diff --git a/manuels/static/manuels/no_book.js b/manuels/static/manuels/no_book.js index 0fc7de8..a0b9a46 100644 --- a/manuels/static/manuels/no_book.js +++ b/manuels/static/manuels/no_book.js @@ -68,9 +68,6 @@ document.addEventListener("DOMContentLoaded", function (event) { } editor.addEventListener('change', function(event) { - console.log(editor.options); - console.log(editor.selectedIndex); - console.log(editor.options[editor.selectedIndex].text); if (editor.options[editor.selectedIndex].text.toLowerCase().indexOf('autre') !== -1) { otherEditor.style.display = 'block'; }