Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzhenw committed Nov 6, 2024
1 parent 5ea3e04 commit 8cf5375
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ export default function TreeSelectionView(props: ViewPropsType) {

const unboundState = useUnboundState(checkedState);

// useEffect(() => {
// console.log('unboundState useEffect', unboundState)
// // no need to call onChange here, because the change comes from python side
// }, [data, unboundState])

// Initialize collapsed state for all parents
const initialCollapsedState: CollapsedState = React.useMemo(() => {
const state: CollapsedState = {};
Expand Down

0 comments on commit 8cf5375

Please sign in to comment.