removed incorrect log.info from listener initialiser

This commit is contained in:
Greg Wilkins 2012-11-12 13:05:06 +11:00
parent 8ed0bc40d0
commit 9ab2a96715
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
/* ------------------------------------------------------------ */