Skip to content

Commit

Permalink
Applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi committed Aug 23, 2024
1 parent 9066776 commit c53d71d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ private List<List<Object>> setFormCode(List<List<Object>> data, List<String> hea

// determine form code based on Welsh flag
String jurorNumber = datum.get(jurorNumberIndex).toString();
System.out.println("TMP: " + jurorNumberIndex);
System.out.println("TMP: " + jurorNumber);
Juror juror = jurorRepository.findByJurorNumber(jurorNumber);

if (juror.isWelsh()) {
Expand Down

0 comments on commit c53d71d

Please sign in to comment.