Removed logs

This commit is contained in:
Daniel Hougaard
2024-04-03 17:20:33 -07:00
parent 246eecc23c
commit f196c6a0ce
2 changed files with 0 additions and 3 deletions

View File

@ -349,7 +349,6 @@ export const SpecificPrivilegeSecretForm = ({
control={privilegeForm.control}
name="secretPath"
render={({ field }) => {
console.log(policies);
if (policies) {
return (
<FormControl label="Secret Path">

View File

@ -83,7 +83,6 @@ export const SecretApprovalRequestChanges = ({
workspaceId,
members = {}
}: Props) => {
const { user } = useUser();
const { data: decryptFileKey } = useGetUserWsKey(workspaceId);
const {
@ -94,7 +93,6 @@ export const SecretApprovalRequestChanges = ({
id: approvalRequestId,
decryptKey: decryptFileKey!
});
console.log(secretApprovalRequestDetails);
const {
mutateAsync: updateSecretApprovalRequestStatus,