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 */