Skip to content

Commit

Permalink
remove a logger info
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed May 20, 2024
1 parent e3ed0e1 commit 084e375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jcvi/graphics/grabseeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def deduplicate_masks(masks: List[dict], threshold=0.5):
for retained_mask in retained_masks
):
retained_masks.append(mask)
logger.info("Retained %d masks out of %d", len(retained_masks), len(masks))
return retained_masks


Expand Down

0 comments on commit 084e375

Please sign in to comment.