Skip to content

Commit

Permalink
fix: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Sep 27, 2024
1 parent 93bda61 commit 83e47cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function sortHistoryByStartDate(history, calendar = 'gregory') {
}).startDate

// date comparison
// if (leftStartDate > rightStartDate) {
if (
isDateAGreaterThanDateB(leftStartDate, rightStartDate, {
calendar,
Expand Down

0 comments on commit 83e47cf

Please sign in to comment.