🔥 refactor(parameterComponent): remove console.log statement for newValue in ParameterComponent

This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-15 15:49:47 -03:00
commit 55001b98c8

View file

@ -393,8 +393,6 @@ export default function ParameterComponent({
setDictArr(newValue);
} else {
setDictArr(newValue);
console.log(newValue);
data.node!.template[name].value = newValue;
}
}}