From 0226d269934a74eb6923aeb9223cd4b3a0bbdfe8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 20 Mar 2012 10:27:01 -0700 Subject: [PATCH] Removed obviously completed TODO comment. --- guacamole/src/main/webapp/index.xhtml | 3 --- 1 file changed, 3 deletions(-) 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");