From dcb143e95b9f263063bbba4dd286728174606df0 Mon Sep 17 00:00:00 2001 From: SeSo Date: Wed, 11 Dec 2024 16:01:46 -0800 Subject: [PATCH] chore: remove leftover Signed-off-by: SeSo --- .../app/components/transfers/TransfersDataGridPage.tsx | 2 -- 1 file changed, 2 deletions(-) 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 ( }>