mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
chore: remove log
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user