Browse Source

lastly disable debug again.. hah

Emagi 1 year ago
parent
commit
fa5357df7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/common/EQStream.cpp

+ 1 - 1
EQ2/source/common/EQStream.cpp

@@ -54,7 +54,7 @@
 #include "Log.h"
 
 
-#define DEBUG_EMBEDDED_PACKETS 1
+//#define DEBUG_EMBEDDED_PACKETS 1
 uint16 EQStream::MaxWindowSize=2048;
 
 void EQStream::init(bool resetSession) {