[jboss-remoting-commits] JBoss Remoting SVN: r5423 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/servlet.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Sep 1 20:45:56 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-01 20:45:56 -0400 (Tue, 01 Sep 2009)
New Revision: 5423

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java
Log:
JBREM-1101: Removed log.info() call.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java	2009-09-02 00:37:08 UTC (rev 5422)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java	2009-09-02 00:45:56 UTC (rev 5423)
@@ -500,7 +500,6 @@
             {
                responseContentType = WebUtil.getContentType(responseObject); 
             }
-            log.info("responseContentType: " + responseContentType);
             response.setContentType(responseContentType);
             ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
             Marshaller marshaller = getMarshaller();



More information about the jboss-remoting-commits mailing list