🔥 refactor(parameterComponent): remove console.log statement for newValue in ParameterComponent
This commit is contained in:
parent
ef5a3fb355
commit
55001b98c8
1 changed files with 0 additions and 2 deletions
|
|
@ -393,8 +393,6 @@ export default function ParameterComponent({
|
|||
setDictArr(newValue);
|
||||
} else {
|
||||
setDictArr(newValue);
|
||||
console.log(newValue);
|
||||
|
||||
data.node!.template[name].value = newValue;
|
||||
}
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue