From 55001b98c873940d702ee5a3f44e6634083fe5a2 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 15 Sep 2023 15:49:47 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(parameterComponent):=20?= =?UTF-8?q?remove=20console.log=20statement=20for=20newValue=20in=20Parame?= =?UTF-8?q?terComponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GenericNode/components/parameterComponent/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 3bb92d34e..548c90180 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -393,8 +393,6 @@ export default function ParameterComponent({ setDictArr(newValue); } else { setDictArr(newValue); - console.log(newValue); - data.node!.template[name].value = newValue; } }}