We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9bbce commit 76751adCopy full SHA for 76751ad
cptv-codec-rs/src/decode/mod.rs
@@ -323,12 +323,6 @@ impl CptvStreamDecoder {
323
let initial_len = data.len();
324
match CptvFrame::from_bytes(data, &self.prev_frame, &self.sequence, is_tc2) {
325
Ok((remaining, frame)) => {
326
- println!(
327
- "remaining da ta is {:?} total data is {}",
328
- remaining.len(),
329
- data.len()
330
- );
331
-
332
cptv_frame = frame;
333
self.prev_frame = Some(cptv_frame);
334
used = initial_len - remaining.len();
0 commit comments