Explorar o código

Update EQStream.cpp

Image %!s(int64=3) %!d(string=hai) anos
pai
achega
ddeb504f89
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      EQ2/source/common/EQStream.cpp

+ 0 - 2
EQ2/source/common/EQStream.cpp

@@ -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
 	}
 }