Skip to content

Commit

Permalink
Remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Nov 25, 2024
1 parent 14db4ec commit f68c57e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minimap2-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ unsafe impl Send for mm_mapopt_t {}

impl Drop for mm_idx_t {
fn drop(&mut self) {
println!("----- Destroying index!");
unsafe { mm_idx_destroy(self) };
}
}
Expand Down

0 comments on commit f68c57e

Please sign in to comment.