From 6943b3f7632968fe1c6b07f6ea7fb1445260edbe Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 9 Jun 2014 10:40:29 -0700 Subject: [PATCH] remove debugging --- libraries/shared/src/ByteCountCoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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