Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Feb 12, 2024
1 parent 49ddf7c commit 818755b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public String getServiceId() {
public Flux<List<ServiceInstance>> get() {
AtomicInteger instanceCount = new AtomicInteger(1);
return Flux.fromIterable(this.uris)
.doOnNext((uri) -> logger.info("Creating ServiceInstance for URI " + uri))
.map((uri) -> {
UriComponents uriComponents = UriComponentsBuilder.fromHttpUrl(uri).build();
ServiceInstance si = new DefaultServiceInstance(this.serviceId + instanceCount.getAndIncrement(), this.serviceId,
Expand Down

0 comments on commit 818755b

Please sign in to comment.