From a99e60575cf4b4cd5ed8b70e1e91279446c4a4d5 Mon Sep 17 00:00:00 2001 From: x032205 Date: Fri, 14 Nov 2025 21:26:19 -0500 Subject: [PATCH] remove unecessary dbg print --- .../pages/pam/PamAccountsPage/components/PamAddFolderModal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/pages/pam/PamAccountsPage/components/PamAddFolderModal.tsx b/frontend/src/pages/pam/PamAccountsPage/components/PamAddFolderModal.tsx index 266a724cd..d81bd743c 100644 --- a/frontend/src/pages/pam/PamAccountsPage/components/PamAddFolderModal.tsx +++ b/frontend/src/pages/pam/PamAccountsPage/components/PamAddFolderModal.tsx @@ -14,8 +14,6 @@ type Props = { export const PamAddFolderModal = ({ isOpen, onOpenChange, projectId, currentFolderId }: Props) => { const createPamFolder = useCreatePamFolder(); - console.log({ currentFolderId }); - const onSubmit = async (formData: Pick) => { await createPamFolder.mutateAsync({ ...formData,