This commit is contained in:
Camotoy 2021-07-15 20:51:35 -04:00
parent db1563aa79
commit 7972f089d9
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ public class ChunkUtils {
EMPTY_CHUNK_DATA = new byte[byteBuf.readableBytes()];
byteBuf.readBytes(EMPTY_CHUNK_DATA);
System.out.println(EMPTY_CHUNK_DATA.length);
} finally {
byteBuf.release();
}