Remove console log

This commit is contained in:
Alex Holliday
2024-09-04 11:54:59 -07:00
parent be582edeeb
commit a5697d419c
@@ -89,7 +89,6 @@ const DetailsPage = ({ isAdmin }) => {
50,
true
);
console.log(res.data.data);
setMonitor(res?.data?.data ?? {});
} catch (error) {
logger.error(error);