mirror of https://github.com/langgenius/dify.git
chore: remove log
This commit is contained in:
parent
6b02eebe36
commit
64fa343d16
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue