Skip to content

Commit

Permalink
Remove CPC APM file retreival
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 committed Sep 11, 2023
1 parent 6fc8959 commit 71e90f9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ private PcfValidationInfoMap retrieveCpcValidationInfoMap() {
}

private ApmEntityIds retrieveApmEntityValidationFile() {
API_LOG.info("Trying to fetch the Cpc Plus APM Validation file");
InputStream cpcPlusApmInputStream = retrieveApmValidationFile(Constants.CPC_PLUS_APM_FILE_NAME_KEY);

API_LOG.info("Trying to fetch the Pcf APM Validation file");
InputStream pcfApmInputStream = retrieveApmValidationFile(Constants.PCF_APM_FILE_NAME_KEY);

Expand Down

0 comments on commit 71e90f9

Please sign in to comment.