Removed unused console.log
This commit is contained in:
parent
efd58383b9
commit
af63dd02da
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue