User: jules_gosnell Date: 02/02/12 13:39:23 Modified: jetty/src/main/org/jboss/jetty JettyService.java Log: lose unecessary log message Revision Changes Path 1.43 +2 -3 contrib/jetty/src/main/org/jboss/jetty/JettyService.java Index: JettyService.java =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/JettyService.java,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- JettyService.java 10 Feb 2002 17:57:41 -0000 1.42 +++ JettyService.java 12 Feb 2002 21:39:23 -0000 1.43 @@ -5,7 +5,7 @@ * See terms of license at gnu.org. */ -// $Id: JettyService.java,v 1.42 2002/02/10 17:57:41 olegnitz Exp $ +// $Id: JettyService.java,v 1.43 2002/02/12 21:39:23 jules_gosnell Exp $ //------------------------------------------------------------------------------ @@ -34,7 +34,7 @@ * A service to launch jetty from JMX. * * @author <a href="mailto:[EMAIL PROTECTED]">Julian Gosnell</a> - * @version $Revision: 1.42 $ + * @version $Revision: 1.43 $ */ // NOTES @@ -280,7 +280,6 @@ performDeploy(String path, String warUrl, WebDescriptorParser parser) throws DeploymentException { - _log.info("Attempting to deploy: " + path); return _jetty.deploy(path, warUrl, parser); }
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development