[Carbon-dev] svn commit r42992 - trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt
tyrell at wso2.com
tyrell at wso2.com
Mon Aug 10 06:49:39 PDT 2009
Author: tyrell
Date: Mon Aug 10 06:49:26 2009
New Revision: 42992
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42992
Log:
Removing unnecessary sys.out statements.
Modified:
trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt/login.jsp
Modified: trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt/login.jsp
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt/login.jsp?rev=42992&r1=42991&r2=42992&view=diff
==============================================================================
--- trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt/login.jsp (original)
+++ trunk/carbon-components/dashboard/org.wso2.carbon.dashboard.mgt.users.ui/src/main/resources/web/gsusermgt/login.jsp Mon Aug 10 06:49:26 2009
@@ -7,10 +7,7 @@
context = "";
}
backendServerURL = backendServerURL.replace("${carbon.context}", context);
-
- System.out.println("The context is: " + context);
- System.out.println("URL context is: " + backendServerURL);
-
+
String action = request.getParameter("action");
String fromUrl = request.getParameter("from");
More information about the Carbon-dev
mailing list