mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
remove extra debug in PacketList
This commit is contained in:
parent
0f534b9f7b
commit
9c9c3d5120
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ std::unique_ptr<Packet> PacketList::createPacketWithExtendedHeader() {
|
|||
auto packet = createPacket();
|
||||
|
||||
if (!_extendedHeader.isEmpty()) {
|
||||
qDebug() << "Writing a header of" << _extendedHeader.size();
|
||||
// add the extended header to the front of the packet
|
||||
if (packet->write(_extendedHeader) == -1) {
|
||||
qDebug() << "Could not write extendedHeader in PacketList::createPacketWithExtendedHeader"
|
||||
|
|
Loading…
Reference in a new issue