Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Jun 17, 2024
1 parent f5666d8 commit 9d5d158
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ private LoanApplicationTerms assembleLoanApplicationTermsFrom(final JsonElement

LocalDate calculatedRepaymentsStartingFromDate = repaymentsStartingFromDate;

final Boolean synchDisbursement = this.fromApiJsonHelper.extractBooleanNamed("syncDisbursementWithMeeting", element);
final Long calendarId = this.fromApiJsonHelper.extractLongNamed("calendarId", element);
Calendar calendar = null;

Expand Down

0 comments on commit 9d5d158

Please sign in to comment.