Skip to content

Commit

Permalink
Merge pull request #990 from /issues/907-remove-commented-code
Browse files Browse the repository at this point in the history
Remove commented out code
  • Loading branch information
banterCZ authored Jan 9, 2024
2 parents ead6af6 + 41b9ea1 commit f8c24f4
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,6 @@ public CreateSelfieResponse createSelfie(final String customerId, final String l
}
}

// TODO remove - temporal test call
// @PostConstruct
// public void testCall() throws RestClientException {
// logger.info("Trying a test call");
// final ResponseEntity<String> response = restClient.get("/api/v1/metadata", STRING_TYPE_REFERENCE);
// logger.info("Result of test call: {}", response.getBody());
// }

/**
* Create a new customer resource.
* @param ownerId owner identification.
Expand Down

0 comments on commit f8c24f4

Please sign in to comment.