Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aojunhao123 committed Dec 6, 2024
1 parent ffe87e5 commit 07b7c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/TreeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ const TreeSelect = React.forwardRef<BaseSelectRef, TreeSelectProps>((props, ref)
mergedFieldNames,
);

console.log('triggerChange');

const labeledValues = convert2LabelValues(newRawValues);
setInternalValue(labeledValues);

Expand Down

0 comments on commit 07b7c32

Please sign in to comment.