mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 13:51:24 +02:00
remove extra debugging line
This commit is contained in:
parent
5143c68b91
commit
bdf9f9eb22
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ void VoxelEditPacketSender::releaseQueuedMessages() {
|
|||
|
||||
void VoxelEditPacketSender::releaseQueuedPacket(EditPacketBuffer& packetBuffer) {
|
||||
if (packetBuffer._currentSize > 0 && packetBuffer._currentType != PACKET_TYPE_UNKNOWN) {
|
||||
qDebug() << "queueing packet to node\n";
|
||||
queuePacketToNode(packetBuffer._nodeUUID, &packetBuffer._currentBuffer[0], packetBuffer._currentSize);
|
||||
}
|
||||
packetBuffer._currentSize = 0;
|
||||
|
|
Loading…
Reference in a new issue