Skip to content

Commit

Permalink
chore: remove leftover
Browse files Browse the repository at this point in the history
Signed-off-by: SeSo <[email protected]>
  • Loading branch information
Sepehr-Sobhani committed Dec 12, 2024
1 parent 3202066 commit dcb143e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Suspense fallback={<Loading />}>
Expand Down

0 comments on commit dcb143e

Please sign in to comment.