Removed log

This commit is contained in:
alexjanousekGSA
2025-02-06 12:55:22 -05:00
parent 764b87d657
commit bf06c1d338

View File

@@ -226,11 +226,9 @@
if (!response.ok) { if (!response.ok) {
throw new Error('Network response was not ok'); throw new Error('Network response was not ok');
} }
console.log(response)
return response.json(); return response.json();
}) })
.then(data => { .then(data => {
console.log(data)
labels = []; labels = [];
deliveredData = []; deliveredData = [];
failedData = []; failedData = [];