Skip to content

Commit

Permalink
chore: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Dec 10, 2024
1 parent 1d6675b commit 5aa3e45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/accessories/radiology/studies/Studies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export const Studies = () => {
if (!accDate || !valueDate) {
return valueDate ? value : acc;
}
console.log(accDate);
console.log(valueDate);
return accDate.isAfter(valueDate) ? acc : value;
}, studiesState.data![0])
: null;
Expand Down

0 comments on commit 5aa3e45

Please sign in to comment.