Skip to content

Commit 76751ad

Browse files
author
gferraro
committed
remove print
1 parent 4a9bbce commit 76751ad

File tree

1 file changed

+0
-6
lines changed
  • cptv-codec-rs/src/decode

1 file changed

+0
-6
lines changed

cptv-codec-rs/src/decode/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,6 @@ impl CptvStreamDecoder {
323323
let initial_len = data.len();
324324
match CptvFrame::from_bytes(data, &self.prev_frame, &self.sequence, is_tc2) {
325325
Ok((remaining, frame)) => {
326-
println!(
327-
"remaining da ta is {:?} total data is {}",
328-
remaining.len(),
329-
data.len()
330-
);
331-
332326
cptv_frame = frame;
333327
self.prev_frame = Some(cptv_frame);
334328
used = initial_len - remaining.len();

0 commit comments

Comments
 (0)