Skip to content

Commit ee33386

Browse files
committed
commenting out debug prints
1 parent 50f20a1 commit ee33386

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

microBioRust/src/embl.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,10 @@ pub fn format_translation(translation: &str) -> String {
10941094
" {}",
10951095
&cleaned_translation[i..valid_end]
10961096
));
1097-
println!(
1098-
"cleaned translation leng is {:?}",
1099-
&cleaned_translation[i..valid_end].len()
1100-
);
1097+
//println!(
1098+
// "cleaned translation leng is {:?}",
1099+
// &cleaned_translation[i..valid_end].len()
1100+
//);
11011101
if cleaned_translation[i..valid_end].len() < 59 {
11021102
formatted.push('\"');
11031103
} else {

0 commit comments

Comments
 (0)