Skip to content

Commit 877ee89

Browse files
committed
Removing todo.
1 parent d32f5df commit 877ee89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/dev/coldhands/pair/stairs/PairPrinter.java

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ private static TableSection buildBody(Set<String> developers, List<Pairing> pair
6464
return builder.build();
6565
}
6666

67-
// todo, the most recent date should be passed into this class using PairUtils.mostRecentDate
68-
// or something similar
6967
private static Set<Pair> findMostRecentPairs(List<Pairing> pairings) {
7068
var pairingsByDay = new HashMap<LocalDate, Set<Pair>>();
7169
var mostRecentDate = LocalDate.MIN;

0 commit comments

Comments
 (0)