Skip to content

Commit

Permalink
[hotfix] removing erroneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
br0kej committed Jan 16, 2024
1 parent e0b2060 commit 14ac15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dedup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ impl CGCorpus {
subset_loaded_data.push(None)
}
}
println!("{:?}", subset_loaded_data);
subset_loaded_data
}

Expand Down

0 comments on commit 14ac15f

Please sign in to comment.