Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Dec 20, 2024
1 parent fa3d283 commit ed3f3d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,6 @@ function filterUserToInvite(options: Omit<Options, 'userToInvite'>, searchValue:
searchValue,
});

console.log('canCreateOptimisticDetail', canCreateOptimisticDetail);
if (!canCreateOptimisticDetail) {
return null;
}
Expand Down

0 comments on commit ed3f3d3

Please sign in to comment.