Skip to content

Commit

Permalink
refactor: Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Jul 9, 2024
1 parent 346741e commit 461215e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/lib_ccxr/src/util/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ impl<'a> CCExtractorLogger {
if !self.debug_mask.mask().intersects(message_type) {
return;
}
println!("In if statement");
let chunked_data = data.chunks(16);

for (id, chunk) in chunked_data.enumerate() {
Expand Down

0 comments on commit 461215e

Please sign in to comment.