chore: remove log

This commit is contained in:
Joel 2024-09-26 11:50:46 +08:00
parent 1d027fa065
commit c89cefe526

View File

@ -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