Skip to content

Commit

Permalink
Remove filer values print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Oct 5, 2024
1 parent ecf3aa2 commit e62ae78
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 e62ae78

Please sign in to comment.