Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Oct 15, 2023
1 parent 3c28016 commit bff857c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vuu-ui/packages/vuu-ui-controls/src/list/useListDrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ export const useListDrop = <Item>({

selectedByIndexRef.current = [];
// TODO gave up trying to figure out how to type this correctly
console.log(
`%cset PostDrop selected ${JSON.stringify(postDropSelected)}`,
"color:red;font-weight:bold"
);
setSelected(postDropSelected as any);
}
}, [dataHook.data, setSelected]);
Expand Down

0 comments on commit bff857c

Please sign in to comment.