Someone left a new Throwable().printStackTrace() in ContextHandler. Deleted it.
This commit is contained in:
parent
4bab65040d
commit
97ad4afb19
|
@ -676,7 +676,6 @@ public class ContextHandler extends ScopedHandler implements Attributes, Server.
|
|||
// Context listeners
|
||||
if (_contextListeners != null)
|
||||
{
|
||||
new Throwable().printStackTrace();
|
||||
ServletContextEvent event = new ServletContextEvent(_scontext);
|
||||
for (int i = LazyList.size(_contextListeners); i-- > 0;)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue