remove console log

This commit is contained in:
Alex Holliday
2024-09-04 23:15:17 -07:00
parent 193e7d7371
commit ea49865a23

View File

@@ -33,7 +33,6 @@ const Incidents = () => {
null,
null
);
console.log(res);
// Reduce to a lookup object for 0(1) lookup
if (res?.data?.data?.monitors?.length > 0) {
const monitorLookup = res.data.data.monitors.reduce((acc, monitor) => {