Skip to content

Commit

Permalink
removed unused commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraMunich-Lantana committed May 14, 2024
1 parent 507d8a2 commit 8a31fcd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public List<CoverageRequirementRuleResult> createCqlExecutionContexts(Appointmen
@Override
protected CqlResultsForCard executeCqlAndGetRelevantResults(Context context, String topic) {
CqlResultsForCard cardResult = new CqlResultsForCard();
//AppointmentBookContext request = new AppointmentBookContext();
//AppointmentBookRequest request =
cardResult.setRequest((IBaseResource)context);
return cardResult;
}
Expand Down

0 comments on commit 8a31fcd

Please sign in to comment.