From ff269b1063f87f24124ef216753e4a028ddc4982 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 26 Feb 2025 23:58:20 +0900 Subject: [PATCH] Update RequestedSecretsRow.tsx --- .../components/RequestSecret/RequestedSecretsRow.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/pages/organization/SecretSharingPage/components/RequestSecret/RequestedSecretsRow.tsx b/frontend/src/pages/organization/SecretSharingPage/components/RequestSecret/RequestedSecretsRow.tsx index 939cbae03..c421e48da 100644 --- a/frontend/src/pages/organization/SecretSharingPage/components/RequestSecret/RequestedSecretsRow.tsx +++ b/frontend/src/pages/organization/SecretSharingPage/components/RequestSecret/RequestedSecretsRow.tsx @@ -1,5 +1,3 @@ -/* eslint-disable no-nested-ternary */ -/* eslint-disable no-extra-boolean-cast */ import { faCopy, faEye, faSpinner, faTrash } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { format } from "date-fns"; @@ -59,11 +57,6 @@ export const RequestedSecretsRow = ({ id: row.id }); - console.log("revealSecretRequestValue", { - secretValue: secretRequest.secretValue, - secretRequestName: secretRequest.name - }); - handlePopUpOpen("revealSecretRequestValue", { secretValue: secretRequest.secretValue, secretRequestName: secretRequest.name