diff --git a/bciers/apps/registration/app/components/transfers/TransfersDataGridPage.tsx b/bciers/apps/registration/app/components/transfers/TransfersDataGridPage.tsx index 835efd6fc4..1feecb969d 100644 --- a/bciers/apps/registration/app/components/transfers/TransfersDataGridPage.tsx +++ b/bciers/apps/registration/app/components/transfers/TransfersDataGridPage.tsx @@ -26,8 +26,6 @@ export default async function TransfersDataGridPage({ const role = await getSessionRole(); const isCasAnalyst = role === FrontEndRoles.CAS_ANALYST; - console.log({ role }); - // Render the DataGrid component return ( }>