Skip to content

Commit

Permalink
Remove redundant print.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Sep 28, 2024
1 parent b4e1a93 commit bfec0c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biobalm/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def successions_to_target(
if is_subspace(signature, existing_signature):
# The current `path` is already superseded by a path in successions.
skip_completely = True
print("Skipping", succession, path)
break
if is_subspace(existing_signature, signature):
# A path in successions is made redundant by the current path.
Expand Down

0 comments on commit bfec0c0

Please sign in to comment.