diff --git a/libraries/shared/src/ByteCountCoding.h b/libraries/shared/src/ByteCountCoding.h index 110c0923f6..ada7e7a4cb 100644 --- a/libraries/shared/src/ByteCountCoding.h +++ b/libraries/shared/src/ByteCountCoding.h @@ -85,7 +85,7 @@ template inline QByteArray ByteCountCoded::encode() const { } temp = temp << 1; } - qDebug() << "valueBits=" << valueBits; + //qDebug() << "valueBits=" << valueBits; // calculate the number of total bytes, including our header // BITS_IN_BYTE-1 because we need to code the number of bytes in the header