From f1555c41d518da4d0df05b6c41530c5bdb21fd4f Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 31 May 2024 17:44:29 -0300 Subject: [PATCH] refactor: remove console.log statement and update condition for displaying "NO OUTPUT" message --- .../outputModal/components/switchOutputView/components/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx index d650f543c..bd28aad11 100644 --- a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx +++ b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/components/index.tsx @@ -1,7 +1,6 @@ import { Textarea } from "../../../../../../../components/ui/textarea"; export default function ErrorOutput({ value }: { value: string }) { - console.log(value); return (