remove unecessary dbg print

This commit is contained in:
x032205
2025-11-14 21:26:19 -05:00
parent 19610f4fd6
commit a99e60575c

View File

@@ -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<TPamFolder, "name" | "description">) => {
await createPamFolder.mutateAsync({
...formData,