[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ron Sigal ron_sigal at yahoo.com
Tue Nov 20 23:34:52 EST 2007


  User: rsigal  
  Date: 07/11/20 23:34:52

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  JBREM-792:  Removed log.info() calls inadvertently left in at last commit.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.37 +1 -4      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.36
  retrieving revision 1.52.2.37
  diff -u -b -r1.52.2.36 -r1.52.2.37
  --- ServerInvoker.java	21 Nov 2007 03:54:07 -0000	1.52.2.36
  +++ ServerInvoker.java	21 Nov 2007 04:34:52 -0000	1.52.2.37
  @@ -69,7 +69,7 @@
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.52.2.36 $
  + * @version $Revision: 1.52.2.37 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -729,9 +729,6 @@
               String subsystem = invocation.getSubsystem();
               String clientId = invocation.getSessionId();
               
  -            log.info("subsystem: " + subsystem);
  -            log.info("handlers: " + handlers);
  -
               //I have optimised this, so that if there is only one handler set (a very common case)
               //then it will just use that without having to do a lookup or HashMap iteration over
               //values
  
  
  



More information about the jboss-cvs-commits mailing list