diff --git a/guacamole/src/main/webapp/index.xhtml b/guacamole/src/main/webapp/index.xhtml
index 4d0bc2e8b..463d90be3 100644
--- a/guacamole/src/main/webapp/index.xhtml
+++ b/guacamole/src/main/webapp/index.xhtml
@@ -174,9 +174,6 @@
window.location.href = "logout";
};
- // TODO: Get connection list
- // On no-auth fail, show login UI
-
loginForm.onsubmit = function() {
var username = document.getElementById("username");