mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: removed console log
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user