Skip to content

Commit a56e936

Browse files
committed
revert autologin
1 parent 1c24860 commit a56e936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ch/ethz/seb/sps/server/weblayer/HealthController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void getServerHealth(final HttpServletResponse response) {
4949

5050
@RequestMapping(path = API.GUI_REDIRECT_ENDPOINT, method = RequestMethod.GET)
5151
public String guiRedirectURL() {
52-
System.out.println("******************** getGuiRedirectURL: " + this.serviceInfo.getGuiRedirectURL());
5352
return this.serviceInfo.getGuiRedirectURL();
5453
}
5554

0 commit comments

Comments
 (0)