Skip to content

Commit

Permalink
Cleanup endpoint listing text.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Mar 5, 2018
1 parent a7cd254 commit 555ab30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/sinistral/proteus/ProteusApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,6 @@ public void printStatus()

sb.append(printer.toString());

sb.append(this.registeredEndpoints.stream().sorted().map(EndpointInfo::toString).collect(Collectors.joining("\n")));

sb.append("\n\nRegistered services: \n\n");

ImmutableMultimap<State, Service> serviceStateMap = this.serviceManager.servicesByState();
Expand Down

0 comments on commit 555ab30

Please sign in to comment.