diff --git a/frontend/src/context/WorkspaceContext/WorkspaceContext.tsx b/frontend/src/context/WorkspaceContext/WorkspaceContext.tsx index 8a4a599b4..e4d7612ec 100644 --- a/frontend/src/context/WorkspaceContext/WorkspaceContext.tsx +++ b/frontend/src/context/WorkspaceContext/WorkspaceContext.tsx @@ -41,7 +41,6 @@ export const WorkspaceProvider = ({ children }: Props): JSX.Element => { // handle redirects for project-specific routes useEffect(() => { if (shouldTriggerNoProjectAccess) { - console.log(value, workspaceId); createNotification({ text: "You are not a member of this project.", type: "info"