Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 21, 2021
1 parent 916092c commit 89d910a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/tools/parameters/dynamic_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ def filter_options(self, options, trans, other_values):

rval = []
for o in options:
log.error(f"o {o}")
if self.keep == (o[self.column] in entries):
rval.append(o)
return rval
Expand Down Expand Up @@ -619,7 +618,6 @@ def load_from_parameter(from_parameter, transform_lines=None):
self.index_file = data_file
with open(full_path) as fh:
self.file_fields = self.parse_file_fields(fh)
log.error(f"exists file_fields {self.file_fields}")
else:
self.missing_index_file = data_file
else:
Expand Down

0 comments on commit 89d910a

Please sign in to comment.