removed incorrect log.info from listener initialiser
This commit is contained in:
parent
8ed0bc40d0
commit
9ab2a96715
|
@ -769,7 +769,6 @@ public class ContextHandler extends ScopedHandler implements Attributes, Server.
|
|||
public void callContextInitialized (ServletContextListener l, ServletContextEvent e)
|
||||
{
|
||||
l.contextInitialized(e);
|
||||
LOG.info("started {}",this);
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue