From 2edd5dfbf5a37aaa6df32fe40553597580d65a49 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Aug 2011 18:02:20 -0700 Subject: [PATCH] Removed debug line. --- guacamole/src/main/webapp/index.xhtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/guacamole/src/main/webapp/index.xhtml b/guacamole/src/main/webapp/index.xhtml index e86778cbb..fb2e9cc30 100644 --- a/guacamole/src/main/webapp/index.xhtml +++ b/guacamole/src/main/webapp/index.xhtml @@ -134,8 +134,6 @@ } catch (e) { - console.log(e); - // Show login UI if unable to get configs loginUI.style.display = ""; connectionListUI.style.display = "none";