mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
remove debug for writeReliablePacket invoke
This commit is contained in:
parent
71ff855d86
commit
2b0b883db2
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ qint64 Socket::writePacket(std::unique_ptr<Packet> packet, const HifiSockAddr& s
|
||||||
// because Qt can't invoke with the unique_ptr we have to release it here and re-construct in writeReliablePacket
|
// because Qt can't invoke with the unique_ptr we have to release it here and re-construct in writeReliablePacket
|
||||||
|
|
||||||
if (QThread::currentThread() != thread()) {
|
if (QThread::currentThread() != thread()) {
|
||||||
qDebug() << "About to invoke with" << packet.get();
|
|
||||||
QMetaObject::invokeMethod(this, "writeReliablePacket", Qt::QueuedConnection,
|
QMetaObject::invokeMethod(this, "writeReliablePacket", Qt::QueuedConnection,
|
||||||
Q_ARG(Packet*, packet.release()),
|
Q_ARG(Packet*, packet.release()),
|
||||||
Q_ARG(HifiSockAddr, sockAddr));
|
Q_ARG(HifiSockAddr, sockAddr));
|
||||||
|
|
Loading…
Reference in a new issue