Skip to content

Commit 1fb3ec3

Browse files
author
eznedan
committed
fixes
1 parent ac6f51c commit 1fb3ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ericsson/ei/frontend/EIRequestsController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public ResponseEntity<String> getAuthRequests(Model model, HttpServletRequest re
8484
@RequestMapping(value = {"/subscriptions", "/subscriptions/*", "/information",
8585
"/download/subscriptiontemplate"}, method = RequestMethod.GET)
8686
public ResponseEntity<String> getRequests(Model model, HttpServletRequest request) {
87-
LOG.info("------------------------------------------>"+backEndInformation.getHost()+backEndInformation.getPort());
8887
String eiBackendAddressSuffix = request.getServletPath();
8988
String newRequestUrl = getEIBackendSubscriptionAddress() + eiBackendAddressSuffix;
9089
LOG.info("Got HTTP Request with method GET.\nUrlSuffix: " + eiBackendAddressSuffix

0 commit comments

Comments
 (0)