Skip to content

Commit

Permalink
remove two print statements
Browse files Browse the repository at this point in the history
that I likely forgot the remove
  • Loading branch information
bernt-matthias committed Feb 15, 2024
1 parent 44487a5 commit 80c7cc2
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 80c7cc2

Please sign in to comment.