You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by de...@apache.org on 2005/06/30 13:51:09 UTC

svn commit: r202536 - /webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java

Author: deepal
Date: Thu Jun 30 04:51:07 2005
New Revision: 202536

URL: http://svn.apache.org/viewcvs?rev=202536&view=rev
Log:
removed system.out

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java?rev=202536&r1=202535&r2=202536&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/transport/http/AxisServlet.java Thu Jun 30 04:51:07 2005
@@ -151,7 +151,6 @@
         throws ServletException, IOException {
             MessageContext msgContext = null;
         try {
-            System.out.println("came here");
             Object sessionContext =
                 req.getSession().getAttribute(Constants.SESSION_CONTEXT_PROPERTY);
             if (sessionContext == null) {