Someone left a new Throwable().printStackTrace() in ContextHandler. Deleted it.

This commit is contained in:
Jan Bartel 2011-08-30 10:47:16 +10:00
parent 4bab65040d
commit 97ad4afb19
1 changed files with 0 additions and 1 deletions

View File

@ -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;)
{