From f1e7c16b23dea57d7d856e97ee938aa5e48ccc00 Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Sun, 23 Jun 2024 16:06:33 +0200 Subject: [PATCH] Remove print --- meteor/phylogeny.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meteor/phylogeny.py b/meteor/phylogeny.py index 16276a7..2053175 100644 --- a/meteor/phylogeny.py +++ b/meteor/phylogeny.py @@ -64,7 +64,6 @@ def clean_sites( # Compute site information info_ratio = self.compute_site_info(gene_dict.values()) # Count sites with more than the specified maximum gap ratio - print(info_ratio) info_sites = sum(1 for ratio in info_ratio if ratio > self.max_gap) logging.info( "%d / %d sites with more than %d gaps were removed",