remove extra debug in PacketList

This commit is contained in:
Stephen Birarda 2015-07-17 15:44:17 -07:00
parent 0f534b9f7b
commit 9c9c3d5120

View file

@ -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"