mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
removing debugging output
This commit is contained in:
parent
cfe823a7d6
commit
06fa8370fb
@ -358,7 +358,6 @@ public abstract class CompressExtension extends AbstractExtension
|
||||
@Override
|
||||
protected void doStop() throws Exception
|
||||
{
|
||||
LOG.info("doStop()");
|
||||
if(deflaterImpl != null)
|
||||
deflaterImpl.end();
|
||||
if(inflaterImpl != null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user