From 919ddf5de2ee02683dddb72498795c0a43e73eae Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Mon, 15 May 2023 16:33:44 -0700 Subject: [PATCH] removed console log --- frontend/src/layouts/AppLayout/AppLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/layouts/AppLayout/AppLayout.tsx b/frontend/src/layouts/AppLayout/AppLayout.tsx index 3dccbe0d8..791e3e385 100644 --- a/frontend/src/layouts/AppLayout/AppLayout.tsx +++ b/frontend/src/layouts/AppLayout/AppLayout.tsx @@ -102,7 +102,6 @@ export const AppLayout = ({ children }: LayoutProps) => { const orgUserProjects = await getOrganizationUserProjects({ orgId: tempLocalStorage('orgData.id') }); - console.log(555, tempLocalStorage('orgData.id'), orgUserProjects) const userWorkspaces = orgUserProjects; if ( (userWorkspaces.length === 0 &&