We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f20a1 commit ee33386Copy full SHA for ee33386
1 file changed
microBioRust/src/embl.rs
@@ -1094,10 +1094,10 @@ pub fn format_translation(translation: &str) -> String {
1094
" {}",
1095
&cleaned_translation[i..valid_end]
1096
));
1097
- println!(
1098
- "cleaned translation leng is {:?}",
1099
- &cleaned_translation[i..valid_end].len()
1100
- );
+ //println!(
+ // "cleaned translation leng is {:?}",
+ // &cleaned_translation[i..valid_end].len()
+ //);
1101
if cleaned_translation[i..valid_end].len() < 59 {
1102
formatted.push('\"');
1103
} else {
0 commit comments