mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 19:55:56 +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 { cases } = data
|
||||
const casesLength = cases.length
|
||||
console.log(cases)
|
||||
const checkIsConditionSet = useCallback((condition: Condition) => {
|
||||
if (!condition.variable_selector || condition.variable_selector.length === 0)
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user