diff options
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp index ead6a9ac06..851d4599da 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp @@ -86,7 +86,6 @@ void BinTreeNodeReader::decodeStream(int flags, int offset, int length) this->conn->inputKey.decodeMessage(pData, offset + length, 0, length);
}
- this->rawIn->dump(pData + offset, length);
if (this->in != NULL)
delete this->in;
|