remove commented out code

This commit is contained in:
Darkere
2021-05-14 17:09:57 +02:00
parent 8dc30ce466
commit eb78501629

View File

@@ -191,9 +191,6 @@ public class PacketSplitter {
PacketBuffer buffer = new PacketBuffer(Unpooled.wrappedBuffer(packetData));
//Packets come in with with writer Index at 1 skipping the packet index
// buffer.readerIndex(1);
//remove data from cache
packageCache.remove(comId);
return buffer;