remove debugging

This commit is contained in:
ZappoMan 2014-06-09 10:40:29 -07:00
parent 4e8e5bf53d
commit 6943b3f763

View file

@ -85,7 +85,7 @@ template<typename T> inline QByteArray ByteCountCoded<T>::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