From 8f98dc06ecc1f903a969edd49718518af0ae3c34 Mon Sep 17 00:00:00 2001 From: Preston Doman Date: Sat, 16 Feb 2019 18:56:16 -0800 Subject: [PATCH] Remove logging statements --- front/static/js/viewHistory.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/static/js/viewHistory.js b/front/static/js/viewHistory.js index b19c429..59a95ee 100644 --- a/front/static/js/viewHistory.js +++ b/front/static/js/viewHistory.js @@ -292,9 +292,6 @@ function displayListOfReports(parsedData) { const reports = parsedData.reports; const cardBody = document.querySelector(".card-body"); const table = document.querySelector("table"); - - console.log(cardBody); - console.log(cardBody.firstElementChild); cardBody.removeChild(cardBody.firstElementChild); // remove loading spinner if (reports.length === 0) {