Removed excessive debug logging in cProtocol132
git-svn-id: http://mc-server.googlecode.com/svn/trunk@840 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -62,12 +62,7 @@ protected:
|
||||
bool m_IsEncrypted;
|
||||
CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption m_Decryptor;
|
||||
CryptoPP::CFB_Mode<CryptoPP::AES>::Encryption m_Encryptor;
|
||||
|
||||
// DEBUG:
|
||||
CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption m_Decryptor2;
|
||||
AString m_DataToSend;
|
||||
int m_CurrentIn, m_CurrentOut;
|
||||
int m_EncIn, m_EncOut;
|
||||
|
||||
virtual void SendData(const char * a_Data, int a_Size) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user