Merge Websockets

This commit is contained in:
Aditya Kulkarni 2019-02-21 19:36:51 -08:00
parent dbecdf62ff
commit 1106e7b28b
1 changed files with 0 additions and 1 deletions

View File

@ -495,7 +495,6 @@ QString AppDataServer::decryptMessage(QJsonDocument msg, QString secretHex, QStr
payload = QString(decryptedStr);
qDebug() << "Decrypted to: " << payload;
delete[] decryptedStr;
}