Skip to content

Commit

Permalink
fix: removes some test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-James-Hurley committed Jan 6, 2023
1 parent 32aa67f commit d90318f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,6 @@ const ProposalsPeopleTable: React.FC<PeopleTableProps> = (props) => {
}
}

console.log(selectedParticipants);
console.log(invitedUsers);
console.log(props.selectedUsers);
console.log('poop');

if (!invitedUsers.some((user) => user.id === userDetails.id)) {
//Add users to the table
setInvitedUsers([userDetails].concat(invitedUsers));
Expand Down

0 comments on commit d90318f

Please sign in to comment.