diff --git a/DataSpec/DNACommon/ANIM.cpp b/DataSpec/DNACommon/ANIM.cpp index 8813aa6f7..099e204af 100644 --- a/DataSpec/DNACommon/ANIM.cpp +++ b/DataSpec/DNACommon/ANIM.cpp @@ -471,7 +471,6 @@ BitstreamWriter::write(const std::vector>& chanKeys, /* Generate Bitstream */ sizeOut = ComputeBitstreamSize(keyFrameCount, channels); std::unique_ptr newData(new atUint8[sizeOut]); - printf("TOTAL: %zu\n", sizeOut * 8); lastVals = initVals; for (size_t f=0 ; f>& chanKeys, } ++kit; } - printf("LASTCUR: %zu\n", m_bitCur); } return newData; }