From 7a1fa5875fb015c926b16c16ec38fafd5f76d58c Mon Sep 17 00:00:00 2001 From: wickathou Date: Thu, 30 May 2024 17:22:29 +0300 Subject: [PATCH] Removed unnecesary debug message --- frontend/src/pages/_dashboard/renderDashboard/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/pages/_dashboard/renderDashboard/index.js b/frontend/src/pages/_dashboard/renderDashboard/index.js index ea7be432f..3d4220151 100644 --- a/frontend/src/pages/_dashboard/renderDashboard/index.js +++ b/frontend/src/pages/_dashboard/renderDashboard/index.js @@ -22,7 +22,6 @@ import { useActiveEvents, usePastEvents, } from 'graphql/queries/events' -import { debugGroup } from 'utils/debuggingTools' // import { Chat } from 'components/messaging/chat' export default role => { @@ -131,7 +130,6 @@ export default role => { return newArray }) } - debugGroup('alertsData', [alertsData]) }, [alertsData, setAlerts, newAlert, setAlertCount]) /** Update project when team changes */