removed console log

This commit is contained in:
Vladyslav Matsiiako
2023-05-15 16:33:44 -07:00
parent 89a89af4e6
commit 919ddf5de2

View File

@ -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 &&