Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Oct 19, 2023
1 parent b4d8cfb commit 85c07f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/table/CollapsibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function createData(
studentId: number,
selected: boolean,
) {
console.log('USERS IN FAMILY 4', users);
return {
name,
numLinkedAccount,
Expand Down

0 comments on commit 85c07f5

Please sign in to comment.