We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c24860 commit a56e936Copy full SHA for a56e936
src/main/java/ch/ethz/seb/sps/server/weblayer/HealthController.java
@@ -49,7 +49,6 @@ public void getServerHealth(final HttpServletResponse response) {
49
50
@RequestMapping(path = API.GUI_REDIRECT_ENDPOINT, method = RequestMethod.GET)
51
public String guiRedirectURL() {
52
- System.out.println("******************** getGuiRedirectURL: " + this.serviceInfo.getGuiRedirectURL());
53
return this.serviceInfo.getGuiRedirectURL();
54
}
55
0 commit comments