Removed superfluous println statement

This commit is contained in:
Collin Smith 2021-12-02 08:12:37 -08:00
parent 21adf993b6
commit 1779e3d8a9

View File

@ -206,7 +206,6 @@ public class DecoderExecutorGroup extends DefaultEventExecutorGroup {
if (DEBUG_MODE) log.trace("Exploded {} bytes", sectorFSize);
}
} finally {
System.out.println("released still");
scratch.release();
sectorSlice.release();
}