mirror of
https://github.com/collinsmith/riiablo.git
synced 2024-12-22 22:04:28 +07:00
Removed superfluous println statement
This commit is contained in:
parent
21adf993b6
commit
1779e3d8a9
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user