Update EQStream.cpp

This commit is contained in:
Image 2021-03-14 16:56:42 -04:00
parent 0b1948218c
commit ddeb504f89

View file

@ -1582,10 +1582,8 @@ DumpPacket(buffer, length);
ProcessPacket(&p);
ProcessQueue();
} else {
#ifdef EQN_DEBUG
cout << "Incoming packet failed checksum:" <<endl;
dump_message_column(const_cast<unsigned char *>(buffer),length,"CRC failed: ");
#endif
}
}