diff --git a/web-ui/src/pages/CheckinsReportPage.jsx b/web-ui/src/pages/CheckinsReportPage.jsx index 37cad3d3a4..750e3d96af 100644 --- a/web-ui/src/pages/CheckinsReportPage.jsx +++ b/web-ui/src/pages/CheckinsReportPage.jsx @@ -94,7 +94,6 @@ const CheckinsReportPage = () => { default: [], value: selectedPdls, setter(ids) { - console.log(ids); const newPdls = ids .map(id => pdls.find(pdl => pdl.id === id)) .filter(Boolean);