Skip to content

Commit

Permalink
feat(impl):[#395] Remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Feb 12, 2024
1 parent 9552b5b commit 88cd165
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ private Collection<String> lookupShellIds(final String bpn) throws RegistryServi

final var endpointDataReferenceFutures = endpointDataForConnectorsService.createFindEndpointDataForConnectorsFutures(
edcUrls);
log.debug("Created endpointDataReferenceFutures");

return lookupShellIds(bpn, endpointDataReferenceFutures);

Expand Down

0 comments on commit 88cd165

Please sign in to comment.