From 9bac37ad9b5214aa500f80ac524962797714417a Mon Sep 17 00:00:00 2001 From: tiffanyvu Date: Thu, 9 Jan 2025 09:23:07 -0800 Subject: [PATCH] log --- react-app/src/components/Layout/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/react-app/src/components/Layout/index.tsx b/react-app/src/components/Layout/index.tsx index bb25b130b..7aaf34cb4 100644 --- a/react-app/src/components/Layout/index.tsx +++ b/react-app/src/components/Layout/index.tsx @@ -23,7 +23,6 @@ import { UserRoles } from "shared-types"; const useGetLinks = () => { const { isLoading, data: userObj } = useGetUser(); console.log(userObj.user, "WHAT IS THE USER"); - console.log(userObj.user["custom:cms-roles"], "USER ROLES?"); const links = isLoading || isFaqPage