Removed unused console.log

This commit is contained in:
Lucas Oliveira 2023-07-20 10:04:45 -03:00
commit af63dd02da

View file

@ -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);