Skip to content

Commit

Permalink
remove. unwanted printing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
abinaya-u committed Aug 2, 2023
1 parent 485f994 commit 86d75a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const PatientLabDetails: React.FC<RouteComponentProps<PatientParamsType>> = ({
const conceptUUIDs = new Set()
for (const order of selectedPendingOrder) {
if (conceptUUIDs.has(order.conceptUuid)) {
console.log('ghjk')
return true
}
conceptUUIDs.add(order.conceptUuid)
Expand Down

0 comments on commit 86d75a8

Please sign in to comment.