feat: removed console log

This commit is contained in:
=
2024-12-12 23:52:35 +05:30
parent d89eb4fa84
commit 8502e9a1d8

View File

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