mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
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 hasValue = value.length > 0
|
||||||
const outputVarNodeId = hasValue ? value[0] : ''
|
const outputVarNodeId = hasValue ? value[0] : ''
|
||||||
const outputVarNode = hasValue ? getNodeInfoById(availableNodes, outputVarNodeId)?.data : null
|
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] : ''
|
const varName = hasValue ? value[value.length - 1] : ''
|
||||||
// TODO: get var type through node and value
|
// TODO: get var type through node and value
|
||||||
const getVarType = () => {
|
const getVarType = () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user