From 48ea8d59b9c2a4133bf9324e82a67cfeaba9c62f Mon Sep 17 00:00:00 2001 From: Preston Doman Date: Sat, 16 Feb 2019 20:05:32 -0800 Subject: [PATCH] Remove console logs --- front/static/js/viewHistory.js | 2 -- 1 file changed, 2 deletions(-) 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 = "";