Browse Source

Update EQStream.cpp

Image 3 years ago
parent
commit
ddeb504f89
1 changed files with 0 additions and 2 deletions
  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
 	}
 }