Skip to content

Commit

Permalink
Merge pull request #150 from monarch-initiative/remove-filter-print-s…
Browse files Browse the repository at this point in the history
…tatement

Remove filer values print statement
  • Loading branch information
kevinschaper authored Oct 5, 2024
2 parents ecf3aa2 + e62ae78 commit 218cc76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/koza/utils/row_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def include_row(self, row) -> bool:
return include_row

def inlist(self, column_value, filter_values):
print('FILTER VALUES',filter_values)
#Check if the passed in column is exactly matched against
#For a filter_list of ['abc','def','ghi']; this will be true
#for column_value 'abc' but not 'abcde.'
Expand Down

0 comments on commit 218cc76

Please sign in to comment.