mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 22:40:12 +02:00
remove numBytesForPacketHeader from sendStats
This commit is contained in:
parent
e7e489af61
commit
e6f1fef6e4
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ qint64 NodeList::sendStats(const QJsonObject& statsObject, const HifiSockAddr& d
|
|||
// get a QStringList using JSONBreakableMarshal
|
||||
QStringList statsStringList = JSONBreakableMarshal::toStringList(statsObject, "");
|
||||
|
||||
int numBytesWritten = numBytesForPacketHeader;
|
||||
|
||||
// enumerate the resulting strings - pack them and send off packets via NLPacketList
|
||||
foreach(const QString& statsItem, statsStringList) {
|
||||
QByteArray utf8String = statsItem.toUtf8();
|
||||
|
|
Loading…
Reference in a new issue