From af63dd02da2f22c9e95d088bd6feb2444d740d05 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 20 Jul 2023 10:04:45 -0300 Subject: [PATCH] Removed unused console.log --- .../GenericNode/components/parameterComponent/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index cd8490aa5..3516a2242 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -67,7 +67,6 @@ export default function ParameterComponent({ const { data: myData } = useContext(typesContext); const handleOnNewValue = (newValue: any) => { - console.log("9euihfw9uebfw9eubgwpirbg"); let newData = cloneDeep(data); newData.node.template[name].value = newValue; setData(newData);