mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 04:25:54 +08:00
chore: remove log
This commit is contained in:
parent
1d027fa065
commit
c89cefe526
@ -14,7 +14,6 @@ const IfElseNode: FC<NodeProps<IfElseNodeType>> = (props) => {
|
|||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
const { cases } = data
|
const { cases } = data
|
||||||
const casesLength = cases.length
|
const casesLength = cases.length
|
||||||
console.log(cases)
|
|
||||||
const checkIsConditionSet = useCallback((condition: Condition) => {
|
const checkIsConditionSet = useCallback((condition: Condition) => {
|
||||||
if (!condition.variable_selector || condition.variable_selector.length === 0)
|
if (!condition.variable_selector || condition.variable_selector.length === 0)
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user