From 8a370d52aba593ca0d5f56b4199934c7edaa9dd1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 15 Jun 2018 20:37:15 +0200 Subject: [PATCH] Remove unused console.log --- manuels/static/manuels/no_book.js | 3 --- 1 file changed, 3 deletions(-) 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'; }