chore: remove log

This commit is contained in:
Joel 2024-03-13 11:24:20 +08:00
parent 6b02eebe36
commit 64fa343d16
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const VarReferencePicker: FC<Props> = ({
const hasValue = value.length > 0
const outputVarNodeId = hasValue ? value[0] : ''
const outputVarNode = hasValue ? getNodeInfoById(availableNodes, outputVarNodeId)?.data : null
console.log(hasValue, value, outputVarNode)
// console.log(hasValue, value, outputVarNode)
const varName = hasValue ? value[value.length - 1] : ''
// TODO: get var type through node and value
const getVarType = () => {