removing debugging output

This commit is contained in:
Joakim Erdfelt 2016-02-04 11:25:18 -07:00
parent cfe823a7d6
commit 06fa8370fb

View File

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