From 87323adaa8b1ec6b433f272ef494fb3b61585358 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Fri, 31 May 2024 16:31:03 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20(index.tsx):=20remove=20co?= =?UTF-8?q?nsole.log=20statement=20and=20update=20condition=20for=20displa?= =?UTF-8?q?ying=20"NO=20OUTPUT"=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outputModal/components/switchOutputView/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx index 0c91059d2..90d1827f4 100644 --- a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx +++ b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx @@ -19,11 +19,9 @@ export default function SwitchOutputView(nodeId): JSX.Element { const resultType = results?.type; const resultMessage = results?.message; - console.log("results", resultMessage); - return ( <> - +
NO OUTPUT