Remove logging statements

This commit is contained in:
Preston Doman 2019-02-16 18:56:16 -08:00
parent 30676d35ab
commit 8f98dc06ec

View file

@ -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) {