diff --git a/front/static/js/viewHistory.js b/front/static/js/viewHistory.js index e30c56a..4cf4048 100644 --- a/front/static/js/viewHistory.js +++ b/front/static/js/viewHistory.js @@ -468,8 +468,6 @@ document.addEventListener("input", function(event) { document.addEventListener("submit", function(event) { if (event.target.classList.contains("section-form")) { event.preventDefault(); - console.log(event.target); - console.log(event.target.lastElementChild); let saveButton = event.target.lastElementChild; saveButton.disabled = true; saveButton.innerHTML = "";