Explorar el Código

Update EQStream.cpp

Image hace 3 años
padre
commit
ddeb504f89
Se han modificado 1 ficheros con 0 adiciones y 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
 	}
 }