mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
remove debugging
This commit is contained in:
parent
4e8e5bf53d
commit
6943b3f763
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue