mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
Removed logs
This commit is contained in:
@ -349,7 +349,6 @@ export const SpecificPrivilegeSecretForm = ({
|
||||
control={privilegeForm.control}
|
||||
name="secretPath"
|
||||
render={({ field }) => {
|
||||
console.log(policies);
|
||||
if (policies) {
|
||||
return (
|
||||
<FormControl label="Secret Path">
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user