Skip to content

Commit

Permalink
Merge pull request galaxyproject#17480 from bernt-matthias/topic/del-…
Browse files Browse the repository at this point in the history
…print

[23.2] Remove two print statements
  • Loading branch information
mvdbeek authored Feb 15, 2024
2 parents 44487a5 + 80c7cc2 commit c5632e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/tools/parameters/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ def from_element(cls, param, elem):
return cls(message, negate)

def validate(self, value, trans=None):
print(f"value {value}")
print(f"value {value.get_size()}")
if value:
super().validate(value.get_size() != 0)

Expand Down

0 comments on commit c5632e5

Please sign in to comment.