Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased committed Aug 16, 2024
1 parent 5daf353 commit 57d5a38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GitLabHealth-Model-Analysis/GitMetric4User.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ GitMetric4User >> averageTimeBetweenCommitSince: since until: until over: aDateW
commitSortedByDate := commits sorted: [ :commit1 :commit2 |
commit1 committed_date
< commit2 committed_date ].

dateOver := self
transformDate: (commitSortedByDate at: 1) committed_date
to: aDateWeekMonthOrYear.

commitSortedByDate do: [ :commit |
dateOver := self
Expand Down

0 comments on commit 57d5a38

Please sign in to comment.